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&40;BlueprintType&41;
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). |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNiagaraPerfBaselineStats
(
FAccumulatedParticlePerfStats& Stats, |
Construct from accumulated perf stats. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| EComparisonResult | Compare
(
const FNiagaraPerfBaselineStats& Stat, |
Compares a system's performance stats with that of a baseline. | |
| EComparisonResult | Compare
(
float Stat, |
Compares a system's performance stats with that of a baseline. | |
| EComparisonResult | Compare
(
const FNiagaraPerfBaselineStats& Stat, |
Compares a system's performance stats with that of a baseline. | |
| FLinearColor | GetComparisonResultColor
(
EComparisonResult Result |
||
| FText | GetComparisonResultText
(
EComparisonResult Result |
||
| bool | IsValid () |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EComparisonResult |