FAutomationTestBase::AddTelemetryData

Adds a telemetry data point measurement

Choose your operating system:

Windows

macOS

Linux

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

Syntax

virtual void AddTelemetryData
(
    const FString & DataPoint,
    double Measurement,
    const FString & Context
)

Remarks

Adds a telemetry data point measurement

Parameters

Parameter

Description

DataPoint

Name of the Data point

Measurement

Value to associate to the data point

Context

optional context associated with the data point