Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/FNiagaraParameterStore
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool SetParameterValue
(
const T& InValue, |
NiagaraParameterStore.h | ||
bool SetParameterValue
(
const FVector3d& InValue, |
NiagaraParameterStore.h | ||
bool SetParameterValue
(
const FVector4d& InValue, |
NiagaraParameterStore.h | ||
bool SetParameterValue
(
const FQuat4d& InValue, |
NiagaraParameterStore.h |
SetParameterValue(const T &, const FNiagaraVariable &, bool)
| Name | SetParameterValue |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraParameterStore.h |
| Include Path | #include "NiagaraParameterStore.h" |
template<typename T>
bool SetParameterValue
(
const T & InValue,
const FNiagaraVariable & Param,
bool bAdd
)
SetParameterValue(const FVector3d &, const FNiagaraVariable &, bool)
| Name | SetParameterValue |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraParameterStore.h |
| Include Path | #include "NiagaraParameterStore.h" |
template<>
bool SetParameterValue
(
const FVector3d & InValue,
const FNiagaraVariable & Param,
bool bAdd
)
SetParameterValue(const FVector4d &, const FNiagaraVariable &, bool)
| Name | SetParameterValue |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraParameterStore.h |
| Include Path | #include "NiagaraParameterStore.h" |
template<>
bool SetParameterValue
(
const FVector4d & InValue,
const FNiagaraVariable & Param,
bool bAdd
)
SetParameterValue(const FQuat4d &, const FNiagaraVariable &, bool)
| Name | SetParameterValue |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraParameterStore.h |
| Include Path | #include "NiagaraParameterStore.h" |
template<>
bool SetParameterValue
(
const FQuat4d & InValue,
const FNiagaraVariable & Param,
bool bAdd
)