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

#include <AutomationWorkerMessages.h>

+ Inheritance diagram for FAutomationWorkerTelemetryItem:

Public Member Functions

 FAutomationWorkerTelemetryItem ()
 
 FAutomationWorkerTelemetryItem (FString &InDataPoint, double InMeasurement, FString &InContext)
 
 FAutomationWorkerTelemetryItem (const FAutomationTelemetryData &InItem)
 

Public Attributes

FString DataPoint
 
double Measurement
 
FString Context
 
- Public Attributes inherited from FAutomationWorkerMessageBase
FGuid InstanceId = FGuid{}
 

Detailed Description

Implements a message that contains telemetry data point.

Constructor & Destructor Documentation

◆ FAutomationWorkerTelemetryItem() [1/3]

FAutomationWorkerTelemetryItem::FAutomationWorkerTelemetryItem ( )
inline

◆ FAutomationWorkerTelemetryItem() [2/3]

FAutomationWorkerTelemetryItem::FAutomationWorkerTelemetryItem ( FString &  InDataPoint,
double  InMeasurement,
FString &  InContext 
)
inline

◆ FAutomationWorkerTelemetryItem() [3/3]

FAutomationWorkerTelemetryItem::FAutomationWorkerTelemetryItem ( const FAutomationTelemetryData InItem)
inline

Member Data Documentation

◆ Context

FString FAutomationWorkerTelemetryItem::Context

◆ DataPoint

FString FAutomationWorkerTelemetryItem::DataPoint

◆ Measurement

double FAutomationWorkerTelemetryItem::Measurement

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