Navigation
API > API/Runtime > API/Runtime/AutomationMessages
Implements a message that contains telemetry data.
| Name | FAutomationWorkerTelemetryData |
| Type | struct |
| Header File | /Engine/Source/Runtime/AutomationMessages/Public/AutomationWorkerMessages.h |
| Include Path | #include "AutomationWorkerMessages.h" |
Syntax
USTRUCT ()
struct FAutomationWorkerTelemetryData : public FAutomationWorkerMessageBase
Inheritance Hierarchy
- FAutomationWorkerMessageBase → FAutomationWorkerTelemetryData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Configuration | FString | AutomationWorkerMessages.h |
|
|
| Items | TArray< FAutomationWorkerTelemetryItem > | AutomationWorkerMessages.h |
|
|
| Platform | FString | AutomationWorkerMessages.h |
|
|
| Storage | FString | AutomationWorkerMessages.h |
|
|
| TestName | FString | AutomationWorkerMessages.h |
|