Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Particles/ParticlePerfStatsManager.h |
Include |
#include "Particles/ParticlePerfStatsManager.h" |
struct FAccumulatedParticlePerfStats
Utility class for accumulating many frames worth of stats data.
Name | Description | ||
---|---|---|---|
|
GameThreadStats |
||
|
GPUStats |
||
|
RenderThreadStats |
Name | Description | |
---|---|---|
|
FAccumulatedParticlePerfStats() |
Name | Description | ||
---|---|---|---|
|
AddMax ( |
||
|
FAccumulated... |
GetGameThreadStats() |
Returns the current Game Thread stats. |
|
FAccumulated... |
GetGPUStats ( |
Returns the GPU stats with an optional flush when on the GameThread. |
|
FAccumulated... |
GetRenderThreadStats ( |
Returns the RenderThread stats with an optional flush when on the GameThread. |
|
Reset ( |
||
|
ResetGT() |
||
|
ResetMaxArray ( |
||
|
ResetRT() |
||
|
Tick ( |
||
|
TickRT ( |