UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FAutomationWorkerTestDataRequest Struct Reference

#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{}
 

Detailed Description

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.

Member Data Documentation

◆ DataName

FString FAutomationWorkerTestDataRequest::DataName

◆ DataPlatform

FString FAutomationWorkerTestDataRequest::DataPlatform

◆ DataTestName

FString FAutomationWorkerTestDataRequest::DataTestName

◆ DataType

FString FAutomationWorkerTestDataRequest::DataType

The category of the data, this is purely to bucket and separate the ground truth data we store into different directories.

◆ JsonData

FString FAutomationWorkerTestDataRequest::JsonData

The documentation for this struct was generated from the following file: