![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ParticlePerfStats.h>
Public Member Functions | |
| uint64 | GetTotalMicroseconds () const |
| uint64 | GetPerInstanceAvgMicroseconds () const |
| FParticlePerfStats_GPU () | |
| void | Reset () |
| FParticlePerfStats_GPU & | operator+= (FParticlePerfStats_GPU &Other) |
Public Attributes | |
| uint64 | NumInstances = 0 |
| uint64 | TotalMicroseconds = 0 |
Stats gathered from the GPU
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| uint64 FParticlePerfStats_GPU::NumInstances = 0 |
| uint64 FParticlePerfStats_GPU::TotalMicroseconds = 0 |