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