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