Navigation
API > API/Runtime > API/Runtime/AutomationWorker
Inheritance Hierarchy
- IModuleInterface
- IAutomationWorkerModule
References
| Module | AutomationWorker |
| Header | /Engine/Source/Runtime/AutomationWorker/Public/IAutomationWorkerModule.h |
| Include | #include "IAutomationWorkerModule.h" |
Syntax
class IAutomationWorkerModule : public IModuleInterface
Remarks
Interface for AutomationWorker modules.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Start a test |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Tick () |
Ticks the automation worker module. |
Typedefs
| Name | Description |
|---|---|
| FStopTestEvent | Called whenever a test is stopped |