Navigation
API > API/Plugins > API/Plugins/Niagara
Any change to this structure, or it's GetVariables implementation will require a bump in the CustomNiagaraVersion so that we properly rebuild the scripts You must pad this struct and the results of GetVariables() to a 16 byte boundry.
| Name | FNiagaraGlobalParameters |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraTypes.h |
| Include Path | #include "NiagaraTypes.h" |
Syntax
struct FNiagaraGlobalParameters
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _Pad0 | int32 | NiagaraTypes.h | ||
| _Pad1 | int32 | NiagaraTypes.h | ||
| EngineDeltaTime | float | NiagaraTypes.h | ||
| EngineInvDeltaTime | float | NiagaraTypes.h | ||
| EngineRealTime | float | NiagaraTypes.h | ||
| EngineTime | float | NiagaraTypes.h | ||
| QualityLevel | int32 | NiagaraTypes.h | ||
| WorldDeltaTime | float | NiagaraTypes.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FSHAHash GetStructHash() |
NiagaraTypes.h | ||
static const TArray< FNiagaraVariable > & GetVariables() |
NiagaraTypes.h |