FAccumulatedParticlePerfStats_GT

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Particles/ParticlePerfStatsManager.h

Include

#include "Particles/ParticlePerfStatsManager.h"

Syntax

struct FAccumulatedParticlePerfStats_GT

Variables

Constructors

Functions

Name Description

Public function Const

double

 

GetPerFrameAvg()

Returns the average time in µs per frame by all GameThread stats.

Public function Const

uint64

 

GetPerFrameAvgCycles()

Returns the average cycles per frame by all GameThread stats.

Public function Const

double

 

GetPerFrameMax

(
    int32 Index
)

Returns the max time in µs per frame by all GameThread stats.

Public function Const

uint64

 

GetPerFrameMaxCycles

(
    int32 Index
)

Returns the max cycles per frame by all GameThread stats.

Public function Const

double

 

GetPerInstanceAvg()

Returns the average time in µs per instance by all GameThread stats.

Public function Const

uint64

 

GetPerInstanceAvgCycles()

Returns the average cycles per instance by all GameThread stats.

Public function Const

double

 

GetPerInstanceMax

(
    int32 Index
)

Returns the max time in µs per instance by all GameThread stats.

Public function Const

uint64

 

GetPerInstanceMaxCycles

(
    int32 Index
)

Returns the max cycles per instance by all GameThread stats.

Public function Const

uint64

 

GetTotalCycles()

Returns the total cycles used by all GameThread stats.

Public function

void

 

Reset()

Public function

void

 

Tick

(
    FParticlePerfStats& Stats
)

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