Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Particles
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Particles/ParticlePerfStats.h |
| Include | #include "Particles/ParticlePerfStats.h" |
Syntax
struct FParticlePerfStats_GT
Remarks
Stats gathered on the game thread or game thread spawned tasks.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TAtomic< uint64 > | ActivationCycles | ||
| TAtomic< uint64 > | EndOfFrameCycles | ||
| uint64 | FinalizeCycles | ||
| uint64 | NumInstances | ||
| TAtomic< uint64 > | TickConcurrentCycles | ||
| uint64 | TickGameThreadCycles | ||
| uint64 | WaitCycles |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FParticlePerfStats_GT
(
const FParticlePerfStats_GT& Other |
|||
FParticlePerfStats_GT
(
FParticlePerfStats_GT&& Other |
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint64 | |||
| uint64 | |||
| uint64 | |||
| void | Reset () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FParticlePerfStats_GT & | operator=
(
const FParticlePerfStats_GT& Other |
||
| FParticlePerfStats_GT & | operator=
(
FParticlePerfStats_GT&& Other |