Navigation
API > API/Developer > API/Developer/AutomationController > API/Developer/AutomationController/IAutomationControllerManager
References
| Module | AutomationController |
| Header | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h |
| Include | #include "IAutomationControllerManager.h" |
void RunTests
&40;
const bool bIsLocalSession
&41;
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. |