Navigation
API > API/Runtime > API/Runtime/AutomationWorker
Interface for AutomationWorker modules.
| Name | IAutomationWorkerModule |
| Type | class |
| Header File | /Engine/Source/Runtime/AutomationWorker/Public/IAutomationWorkerModule.h |
| Include Path | #include "IAutomationWorkerModule.h" |
Syntax
class IAutomationWorkerModule : public IModuleInterface
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IAutomationWorkerModule() |
Start a test | IAutomationWorkerModule.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FStopTestEvent | TBaseDelegate_ThreeParams< void, bool, FString, class FAutomationTestExecutionInfo const & > | Called whenever a test is stopped | IAutomationWorkerModule.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Tick() |
Ticks the automation worker module. | IAutomationWorkerModule.h |