Navigation
Unreal Engine C++ API Reference > Developer > AutomationController
Inheritance Hierarchy
- IModuleInterface
- IAutomationControllerModule
References
Module | AutomationController |
Header | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerModule.h |
Include | #include "IAutomationControllerModule.h" |
Syntax
class IAutomationControllerModule : public IModuleInterface
Remarks
Interface for AutomationController modules.
Functions
Type | Name | Description | |
---|---|---|---|
IAutomationControllerModule & | Get () |
||
IAutomationControllerManagerRef | Gets the automation controller. | ||
void | Init () |
Init message bus usage. | |
void | Tick () |
Tick function that will execute enabled tests for different device clusters. |