IAutomationReport::ResetForExecution

Recursively resets the report to "needs to be run", clears cached warnings and errors.

Unreal Engine C++ API Reference > Developer > AutomationController > IAutomationReport

References

   
Module AutomationController
Header /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h
Include #include "IAutomationReport.h"
void ResetForExecution
(
    const int32 NumTestPasses
)

Remarks

Recursively resets the report to "needs to be run", clears cached warnings and errors.

Parameters

Name Description
NumTestPasses The number of test passes so we know how many results to create.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library