Navigation
API > API/Developer > API/Developer/AutomationController
Interface for AutomationController modules.
| Name | IAutomationControllerModule |
| Type | class |
| Header File | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerModule.h |
| Include Path | #include "IAutomationControllerModule.h" |
Syntax
class IAutomationControllerModule : public IModuleInterface
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IAutomationControllerManagerRef GetAutomationController() |
Gets the automation controller. | IAutomationControllerModule.h | |
void Init() |
Init message bus usage. | IAutomationControllerModule.h | |
void Tick() |
Tick function that will execute enabled tests for different device clusters. | IAutomationControllerModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IAutomationControllerModule & Get() |
IAutomationControllerModule.h |