Navigation
API > API/Runtime > API/Runtime/AutomationWorker
References
| Module | AutomationWorker |
| Header | /Engine/Source/Runtime/AutomationWorker/Public/IAutomationWorkerModule.h |
| Include | #include "IAutomationWorkerModule.h" |
Syntax
struct FAutomationPerformanceSnapshot
Remarks
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.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | AverageFPS | ||
| FString | AverageFrameTime | ||
| FString | AverageGameThreadTime | ||
| FString | AverageGPUTime | ||
| FString | AverageRenderThreadTime | ||
| FString | BuildConfiguration | ||
| FString | Changelist | ||
| FString | MapName | ||
| FString | PercentOfFramesAtLeast30FPS | ||
| FString | PercentOfFramesAtLeast60FPS | ||
| FString | SequenceName |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | FromCommaDelimitedString
(
const FString& CommaDelimitedString |
Deserializes from a comma-delimited string created with MakeCommaDeliminedString | |
| FString |