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 boundary.
| Name | FNiagaraEmitterParameters |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraTypes.h |
| Include Path | #include "NiagaraTypes.h" |
Syntax
struct FNiagaraEmitterParameters
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _Pad0 | int32 | Todo - what else should be inserted here? we could put an array of spawninfos/interp spawn values | NiagaraTypes.h | |
| _Pad1 | int32 | NiagaraTypes.h | ||
| EmitterAge | float | NiagaraTypes.h | ||
| EmitterInstanceSeed | int32 | NiagaraTypes.h | ||
| EmitterNumParticles | int32 | NiagaraTypes.h | ||
| EmitterRandomSeed | int32 | NiagaraTypes.h | ||
| EmitterSpawnCountScale | float | NiagaraTypes.h | ||
| EmitterTotalSpawnedParticles | int32 | NiagaraTypes.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FSHAHash GetStructHash() |
NiagaraTypes.h | ||
static const TArray< FNiagaraVariable > & GetVariables() |
NiagaraTypes.h |