Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FAutomationTestBase > API/Runtime/Core/Misc/FAutomationTestBase/AddTelemetryData
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include | #include "Misc/AutomationTest.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/AutomationTest.cpp |
virtual void AddTelemetryData
(
const FString & DataPoint,
double Measurement,
const FString & Context
)
Remarks
Adds a telemetry data point measurement
Parameters
| Name | Description |
|---|---|
| DataPoint | Name of the Data point |
| Measurement | Value to associate to the data point |
| Context | optional context associated with the data point |