Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/FNiagaraParameterStore
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CopyParameterData
(
const FNiagaraVariable& Parameter, |
Copies the data stored for the given variable to the target pointer. | NiagaraParameterStore.h | |
void CopyParameterData
(
FNiagaraParameterStore& DestStore, |
Copies the passed parameter from this parameter store into another. | NiagaraParameterStore.h | |
void CopyParameterData
(
FNiagaraParameterStore& DestStore, |
NiagaraParameterStore.h |
CopyParameterData(const FNiagaraVariable &, uint8 *)
Description
Copies the data stored for the given variable to the target pointer. This method automatically converts custom struct data back to lwc types. Just using the raw parameter store pointer via IndexOf() will be wrong if the target struct contains a lwc type like FVector. Returns true if the data was copied, false if the parameter could not be found in the store.
| Name | CopyParameterData |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraParameterStore.h |
| Include Path | #include "NiagaraParameterStore.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraParameterStore.cpp |
bool CopyParameterData
(
const FNiagaraVariable & Parameter,
uint8 * DestinationData
) const
CopyParameterData(FNiagaraParameterStore &, const FNiagaraVariable &)
Description
Copies the passed parameter from this parameter store into another.
| Name | CopyParameterData |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraParameterStore.h |
| Include Path | #include "NiagaraParameterStore.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraParameterStore.cpp |
void CopyParameterData
(
FNiagaraParameterStore & DestStore,
const FNiagaraVariable & Parameter
) const
CopyParameterData(FNiagaraParameterStore &, const FNiagaraVariable &, const FNiagaraVariable &)
| Name | CopyParameterData |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraParameterStore.h |
| Include Path | #include "NiagaraParameterStore.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraParameterStore.cpp |
void CopyParameterData
(
FNiagaraParameterStore & DestStore,
const FNiagaraVariable & SourceParameter,
const FNiagaraVariable & TargetParameter
) const