Navigation
API > API/Plugins > API/Plugins/Niagara
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraPerfBaseline.h |
| Include | #include "NiagaraPerfBaseline.h" |
Syntax
USTRUCT (BlueprintType )
struct FNiagaraPerfBaselineStats
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | PerInstanceAvg_GT | Per instance average time spent on the GameThread (µs). | |
| float | PerInstanceAvg_RT | Per instance average time spent on the RenderThread (µs). | |
| float | PerInstanceMax_GT | Per instance max time spent on the GameThread (µs). | |
| float | PerInstanceMax_RT | Per instance max time spent on the RenderThread (µs). |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EComparisonResult |