Navigation
API > API/Plugins > API/Plugins/Niagara
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraTypes.h |
| Include | #include "NiagaraTypes.h" |
Syntax
struct FNiagaraGlobalParameters
Remarks
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.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | _Pad0 | ||
| int32 | _Pad1 | ||
| float | EngineDeltaTime | ||
| float | EngineInvDeltaTime | ||
| float | EngineRealTime | ||
| float | EngineTime | ||
| int32 | QualityLevel | ||
| float | WorldDeltaTime |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TArray< FNiagaraVariable > & | GetVariables () |