Navigation
API > API/Runtime > API/Runtime/AutomationMessages
References
| Module | AutomationMessages |
| Header | /Engine/Source/Runtime/AutomationMessages/Public/AutomationWorkerMessages.h |
| Include | #include "AutomationWorkerMessages.h" |
Syntax
struct FAutomationWorkerRunTests
Remarks
Implements a message to request the running of automation tests on a worker.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | BeautifiedTestName | Holds the name of the test to run. | |
| bool | bSendAnalytics | If true, send results to analytics when complete | |
| uint32 | ExecutionCount | ||
| FString | FullTestPath | Holds the full test path of the test to run. | |
| int32 | RoleIndex | ||
| FString | TestName | Holds the name of the test to run. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor. | |||
FAutomationWorkerRunTests
(
uint32 InExecutionCount, |
Creates and initializes a new instance. |