Navigation
Unreal Engine C++ API Reference > Developer > AutomationController > IAutomationReport
References
Module | AutomationController |
Header | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h |
Include | #include "IAutomationReport.h" |
void SetState ( const EAutomationState State )
Remarks
Set the state of the test (not run, in process, success, failure).
Parameters
Name | Description |
---|---|
State | EAutomationState state to set. |