Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Particles
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Particles/ParticlePerfStatsManager.h |
| Include | #include "Particles/ParticlePerfStatsManager.h" |
Syntax
struct FAccumulatedParticlePerfStats_GPU
Variables
| Type | Name | Description | |
|---|---|---|---|
| FParticlePerfStats_GPU | AccumulatedStats | ||
| TArray< uint64, TInlineAllocator< 10 > > | MaxPerFrameTotalMicroseconds | ||
| TArray< uint64, TInlineAllocator< 10 > > | MaxPerInstanceMicroseconds | ||
| uint32 | NumFrames |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint64 | |||
| uint64 | GetPerFrameMaxMicroseconds
(
int32 Index |
||
| uint64 | |||
| uint64 | GetPerInstanceMaxMicroseconds
(
int32 Index |
||
| uint64 | Returns the total microseconds used by GPU. | ||
| void | Reset () |
||
| void | Tick
(
FParticlePerfStats& Stats |