FAutomationPerformanceSnapshot

Wraps up useful performance capture data for automation tests.

Windows
MacOS
Linux

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

Name Description

Public variable

FString

 

AverageFPS

Public variable

FString

 

AverageFrameTime

Public variable

FString

 

AverageGameThreadTime

Public variable

FString

 

AverageGPUTime

Public variable

FString

 

AverageRenderThreadTime

Public variable

FString

 

BuildConfiguration

Public variable

FString

 

Changelist

Public variable

FString

 

MapName

Public variable

FString

 

MatineeName

Public variable

FString

 

PercentOfFramesAtLeast30FPS

Public variable

FString

 

PercentOfFramesAtLeast60FPS

Functions

Name Description

Public function

void

 

FromCommaDelimitedString

(
    const FString& CommaDelimitedStrin...
)

Deserializes from a comma-delimited string created with MakeCommaDeliminedString

Public function Const

FString

 

ToCommaDelimetedString()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss