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 RequestAvailableWorkers ( const [FGuid](API\Runtime\Core\Misc\FGuid) & InSessionId )
Remarks
Broadcast a request for workers to ping if they are available.
Parameters
Name | Description |
---|---|
InSessionID | the session ID to run the test on. |