IAutomationControllerManager::RunTests

Resets all enabled tests to be able to run during Tick by local/remote machines.

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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library