Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Niagara Perf Baseline Stats' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Niagara Perf Baseline Stats |
Outputs
| Type | Name | Description |
|---|---|---|
| real | Per Instance Avg GT | Per instance average time spent on the GameThread (?s). |
| real | Per Instance Avg RT | Per instance average time spent on the RenderThread (?s). |
| real | Per Instance Max GT | Per instance max time spent on the GameThread (?s). |
| real | Per Instance Max RT | Per instance max time spent on the RenderThread (?s). |