Navigation
API > API/Runtime > API/Runtime/AutomationMessages
References
| Module | AutomationMessages |
| Header | /Engine/Source/Runtime/AutomationMessages/Public/AutomationWorkerMessages.h |
| Include | #include "AutomationWorkerMessages.h" |
Syntax
struct FAutomationWorkerRequestTests
Remarks
Implements a message for requesting available automation tests from a worker.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | DeveloperDirectoryIncluded | Holds a flag indicating whether the developer directory should be included. | |
| uint32 | RequestedTestFlags | Holds a flag indicating which tests we'd like to request. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor. | |||
FAutomationWorkerRequestTests
(
bool InDeveloperDirectoryIncluded, |
Creates and initializes a new instance. |