Navigation
API > API/Runtime > API/Runtime/Core
Flags for indicating the matching type to use for an expected error message. Aliased for backwards compatibility.
| |
|
| Name |
FAutomationTelemetryData |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path |
#include "Misc/AutomationTest.h" |
Syntax
struct FAutomationTelemetryData
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FAutomationTelemetryData
(
const FString& InDataPoint,
double InMeasurement,
const FString& InContext
)
|
|
Misc/AutomationTest.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Context |
FString |
|
Misc/AutomationTest.h |
|
| DataPoint |
FString |
|
Misc/AutomationTest.h |
|
| Measurement |
double |
|
Misc/AutomationTest.h |
|
Functions
Public