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