Navigation
API > API/Runtime > API/Runtime/AutomationMessages
Implements a message that contains telemetry data point.
| Name | FAutomationWorkerTelemetryItem |
| Type | struct |
| Header File | /Engine/Source/Runtime/AutomationMessages/Public/AutomationWorkerMessages.h |
| Include Path | #include "AutomationWorkerMessages.h" |
Syntax
USTRUCT ()
struct FAutomationWorkerTelemetryItem : public FAutomationWorkerMessageBase
Inheritance Hierarchy
- FAutomationWorkerMessageBase → FAutomationWorkerTelemetryItem
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| AutomationWorkerMessages.h | |||
FAutomationWorkerTelemetryItem
(
const FAutomationTelemetryData& InItem |
AutomationWorkerMessages.h | ||
FAutomationWorkerTelemetryItem
(
FString& InDataPoint, |
AutomationWorkerMessages.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Context | FString | AutomationWorkerMessages.h |
|
|
| DataPoint | FString | AutomationWorkerMessages.h |
|
|
| Measurement | double | AutomationWorkerMessages.h |
|