Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/FNiagaraParameterStore
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UNiagaraDataInterface * GetDataInterface
(
int32 Offset |
Returns the data interface at the passed offset. | NiagaraParameterStore.h | |
UNiagaraDataInterface * GetDataInterface
(
const FNiagaraVariable& Parameter |
Returns the data interface for the passed parameter if it exists in this store. | NiagaraParameterStore.h |
GetDataInterface(int32)
Description
Returns the data interface at the passed offset.
| Name | GetDataInterface |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraParameterStore.h |
| Include Path | #include "NiagaraParameterStore.h" |
UNiagaraDataInterface * GetDataInterface
(
int32 Offset
) const
GetDataInterface(const FNiagaraVariable &)
Description
Returns the data interface for the passed parameter if it exists in this store.
| Name | GetDataInterface |
| 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 |
UNiagaraDataInterface * GetDataInterface
(
const FNiagaraVariable & Parameter
) const