Navigation
Unreal Engine C++ API Reference > Developer > AutomationController > IAutomationControllerManager
References
Module | AutomationController |
Header | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h |
Include | #include "IAutomationControllerManager.h" |
void SetNumPasses ( const int32 InNumPasses )
Remarks
Sets the number of test passes.
Parameters
Name | Description |
---|---|
InNumPasses | The number of test passes to perform. |