Navigation
API > API/Plugins > API/Plugins/Niagara
All information about a specific world for the Niagara Outliner.
| Name | FNiagaraOutlinerWorldData |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraDebuggerCommon.h |
| Include Path | #include "NiagaraDebuggerCommon.h" |
Syntax
USTRUCT ()
struct FNiagaraOutlinerWorldData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AveragePerFrameTime | FNiagaraOutlinerTimingData | NiagaraDebuggerCommon.h |
|
|
| bHasBegunPlay | bool | NiagaraDebuggerCommon.h |
|
|
| MaxPerFrameTime | FNiagaraOutlinerTimingData | NiagaraDebuggerCommon.h |
|
|
| NetMode | uint8 | NiagaraDebuggerCommon.h |
|
|
| Systems | TMap< FString, FNiagaraOutlinerSystemData > | Map of System Instance data indexed by the UNiagaraSystem name. | NiagaraDebuggerCommon.h |
|
| WorldType | uint8 | NiagaraDebuggerCommon.h |
|