Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Particles/ParticlePerfStatsManager.h |
Include |
#include "Particles/ParticlePerfStatsManager.h" |
struct FAccumulatedParticlePerfStats_RT
Name | Description | ||
---|---|---|---|
|
AccumulatedStats |
||
|
MaxPerFrameTotalCycles |
||
|
MaxPerInstanceCycles |
||
|
NumFrames |
Name | Description | |
---|---|---|
|
FAccumulatedParticlePerfStats_RT() |
Name | Description | ||
---|---|---|---|
|
double |
GetPerFrameAvg() |
Returns the average time in µs per frame by all RenderThread stats. |
|
GetPerFrameAvgCycles() |
Returns the average cycles per frame by all RenderThread stats. |
|
|
double |
GetPerFrameMax ( |
Returns the max time in µs per frame by all RenderThread stats. |
|
GetPerFrameMaxCycles ( |
Returns the max cycles per frame by all RenderThread stats. |
|
|
double |
GetPerInstanceAvg() |
Returns the average time in µs per instance by all RenderThread stats. |
|
GetPerInstanceAvgCycles() |
Returns the average cycles per instance by all RenderThread stats. |
|
|
double |
GetPerInstanceMax ( |
Returns the max time in µs per instance by all RenderThread stats. |
|
GetPerInstanceMaxCycles ( |
Returns the max cycles per instance by all RenderThread stats. |
|
|
GetTotalCycles() |
Returns the total cycles used by all RenderThread stats. |
|
|
Reset() |
||
|
Tick ( |