![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AutomationWorkerMessages.h>
Inheritance diagram for FAutomationWorkerTestDataRequest:Public Attributes | |
| FString | DataType |
| FString | DataPlatform |
| FString | DataTestName |
| FString | DataName |
| FString | JsonData |
Public Attributes inherited from FAutomationWorkerMessageBase | |
| FGuid | InstanceId = FGuid{} |
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.
| FString FAutomationWorkerTestDataRequest::DataName |
| FString FAutomationWorkerTestDataRequest::DataPlatform |
| FString FAutomationWorkerTestDataRequest::DataTestName |
| FString FAutomationWorkerTestDataRequest::DataType |
The category of the data, this is purely to bucket and separate the ground truth data we store into different directories.
| FString FAutomationWorkerTestDataRequest::JsonData |