Navigation
API > API/Runtime > API/Runtime/AutomationMessages > API/Runtime/AutomationMessages/FAutomationWorkerTelemetryItem
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
AutomationWorkerMessages.h |
|
|
|
AutomationWorkerMessages.h |
|
|
|
AutomationWorkerMessages.h |
|
FAutomationWorkerTelemetryItem()
| |
|
| Name |
FAutomationWorkerTelemetryItem |
| Type |
function |
| Header File |
/Engine/Source/Runtime/AutomationMessages/Public/AutomationWorkerMessages.h |
| Include Path |
#include "AutomationWorkerMessages.h" |
FAutomationWorkerTelemetryItem()
FAutomationWorkerTelemetryItem(const FAutomationTelemetryData &)
| |
|
| Name |
FAutomationWorkerTelemetryItem |
| Type |
function |
| Header File |
/Engine/Source/Runtime/AutomationMessages/Public/AutomationWorkerMessages.h |
| Include Path |
#include "AutomationWorkerMessages.h" |
FAutomationWorkerTelemetryItem
(
const FAutomationTelemetryData & InItem
)
FAutomationWorkerTelemetryItem(FString &, double, FString &)
| |
|
| Name |
FAutomationWorkerTelemetryItem |
| Type |
function |
| Header File |
/Engine/Source/Runtime/AutomationMessages/Public/AutomationWorkerMessages.h |
| Include Path |
#include "AutomationWorkerMessages.h" |
FAutomationWorkerTelemetryItem
(
FString & InDataPoint,
double InMeasurement,
FString & InContext
)