Navigation
API > API/Runtime > API/Runtime/AutomationWorker
Wraps up useful performance capture data for automation tests. These are usually triggered at specific intervals along a timeline inside an automation-specific cinematic asset.
| Name | FAutomationPerformanceSnapshot |
| Type | struct |
| Header File | /Engine/Source/Runtime/AutomationWorker/Public/IAutomationWorkerModule.h |
| Include Path | #include "IAutomationWorkerModule.h" |
Syntax
struct FAutomationPerformanceSnapshot
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AverageFPS | FString | IAutomationWorkerModule.h | ||
| AverageFrameTime | FString | IAutomationWorkerModule.h | ||
| AverageGameThreadTime | FString | IAutomationWorkerModule.h | ||
| AverageGPUTime | FString | IAutomationWorkerModule.h | ||
| AverageRenderThreadTime | FString | IAutomationWorkerModule.h | ||
| BuildConfiguration | FString | IAutomationWorkerModule.h | ||
| Changelist | FString | IAutomationWorkerModule.h | ||
| MapName | FString | IAutomationWorkerModule.h | ||
| PercentOfFramesAtLeast30FPS | FString | IAutomationWorkerModule.h | ||
| PercentOfFramesAtLeast60FPS | FString | IAutomationWorkerModule.h | ||
| SequenceName | FString | IAutomationWorkerModule.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void FromCommaDelimitedString
(
const FString& CommaDelimitedString |
Deserializes from a comma-delimited string created with MakeCommaDeliminedString | IAutomationWorkerModule.h | |
FString ToCommaDelimetedString() |
IAutomationWorkerModule.h |