Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FAutomationTestBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AddTelemetryData
(
const TMap< FString, double >& ValuePairs, |
Adds several telemetry data point measurements | Misc/AutomationTest.h | |
virtual void AddTelemetryData
(
const FString& DataPoint, |
Adds a telemetry data point measurement | Misc/AutomationTest.h |
AddTelemetryData(const TMap< FString, double > &, const FString &)
Description
Adds several telemetry data point measurements
| Name | AddTelemetryData |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/AutomationTest.cpp |
virtual void AddTelemetryData
(
const TMap < FString , double > & ValuePairs,
const FString & Context
)
Parameters
| Name | Remarks |
|---|---|
| ValuePairs | value pair of Name and Measurement of several Data points |
| Context | optional context associated with the data point |
AddTelemetryData(const FString &, double, const FString &)
Description
Adds a telemetry data point measurement
| Name | AddTelemetryData |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/AutomationTest.cpp |
virtual void AddTelemetryData
(
const FString & DataPoint,
double Measurement,
const FString & Context
)
Parameters
| Name | Remarks |
|---|---|
| DataPoint | Name of the Data point |
| Measurement | Value to associate to the data point |
| Context | optional context associated with the data point |