Navigation
API > API/Plugins > API/Plugins/Niagara
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraParameterStore.h |
| Include | #include "NiagaraParameterStore.h" |
Syntax
template<>
struct FNiagaraParameterDirectBinding< FMatrix44f >
Variables
| Type | Name | Description | |
|---|---|---|---|
| FNiagaraParameterStore * | BoundStore | ||
| FNiagaraVariable | BoundVariable | ||
| uint32 | LayoutVersion | ||
| FMatrix44f * | ValuePtr |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FMatrix44f | GetValue () |
||
| FMatrix44f * | Init
(
FNiagaraParameterStore& InStore, |
||
| bool | IsBound () |
||
| void | SetValue
(
const FMatrix44f& InValue |