Navigation
API > API/Runtime > API/Runtime/AutomationMessages
Implements a message that handles both storing and requesting ground truth data. for the first time this test is run, it might need to store things, or get things.
| Name | FAutomationWorkerTestDataRequest |
| Type | struct |
| Header File | /Engine/Source/Runtime/AutomationMessages/Public/AutomationWorkerMessages.h |
| Include Path | #include "AutomationWorkerMessages.h" |
Syntax
USTRUCT ()
struct FAutomationWorkerTestDataRequest : public FAutomationWorkerMessageBase
Inheritance Hierarchy
- FAutomationWorkerMessageBase → FAutomationWorkerTestDataRequest
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DataName | FString | AutomationWorkerMessages.h |
|
|
| DataPlatform | FString | AutomationWorkerMessages.h |
|
|
| DataTestName | FString | AutomationWorkerMessages.h |
|
|
| DataType | FString | The category of the data, this is purely to bucket and separate the ground truth data we store into different directories. | AutomationWorkerMessages.h |
|
| JsonData | FString | AutomationWorkerMessages.h |
|