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 | FNiagaraOwnerParameters |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraTypes.h |
| Include Path | #include "NiagaraTypes.h" |
Syntax
struct FNiagaraOwnerParameters
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _Pad0 | float | NiagaraTypes.h | ||
| _Pad1 | float | NiagaraTypes.h | ||
| _Pad2 | float | NiagaraTypes.h | ||
| _Pad3 | float | NiagaraTypes.h | ||
| _Pad4 | float | NiagaraTypes.h | ||
| _Pad5 | float | NiagaraTypes.h | ||
| EngineLocalToWorld | FMatrix44f | NiagaraTypes.h | ||
| EngineLocalToWorldNoScale | FMatrix44f | NiagaraTypes.h | ||
| EngineLocalToWorldTransposed | FMatrix44f | NiagaraTypes.h | ||
| EngineLWCTile | FVector4f | NiagaraTypes.h | ||
| EnginePosition | FVector3f | NiagaraTypes.h | ||
| EngineRotation | FQuat4f | NiagaraTypes.h | ||
| EngineScale | FVector3f | NiagaraTypes.h | ||
| EngineVelocity | FVector3f | NiagaraTypes.h | ||
| EngineWorldToLocal | FMatrix44f | NiagaraTypes.h | ||
| EngineWorldToLocalNoScale | FMatrix44f | NiagaraTypes.h | ||
| EngineWorldToLocalTransposed | FMatrix44f | NiagaraTypes.h | ||
| EngineXAxis | FVector3f | NiagaraTypes.h | ||
| EngineYAxis | FVector3f | NiagaraTypes.h | ||
| EngineZAxis | FVector3f | NiagaraTypes.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FSHAHash GetStructHash() |
NiagaraTypes.h | ||
static const TArray< FNiagaraVariable > & GetVariables() |
NiagaraTypes.h |