![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ParticlePerfStats.h>
Public Member Functions | |
| FParticlePerfStats_RT () | |
| void | Reset () |
| uint64 | GetTotalCycles () const |
| uint64 | GetPerInstanceAvgCycles () const |
| FParticlePerfStats_RT & | operator+= (FParticlePerfStats_RT &Other) |
Public Attributes | |
| uint64 | NumInstances = 0 |
| uint64 | RenderUpdateCycles = 0 |
| uint64 | GetDynamicMeshElementsCycles = 0 |
Stats gathered on the render thread.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| uint64 FParticlePerfStats_RT::GetDynamicMeshElementsCycles = 0 |
| uint64 FParticlePerfStats_RT::NumInstances = 0 |
| uint64 FParticlePerfStats_RT::RenderUpdateCycles = 0 |