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 RunTests ( const bool bIsLocalSession )
Remarks
Resets all enabled tests to be able to run during Tick by local/remote machines.
Parameters
Name | Description |
---|---|
bIsLocalSeesion | Indicate if this is a local session. We do not time out local session automation tests. |