Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/FNiagaraVariableWithOffset
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Those constructor enforce that there are no data allocated. | NiagaraParameterStore.h | ||
FNiagaraVariableWithOffset
(
const FNiagaraVariableBase& InVariable, |
NiagaraParameterStore.h |
FNiagaraVariableWithOffset()
Description
Those constructor enforce that there are no data allocated.
| Name | FNiagaraVariableWithOffset |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraParameterStore.h |
| Include Path | #include "NiagaraParameterStore.h" |
FNiagaraVariableWithOffset()
FNiagaraVariableWithOffset(const FNiagaraVariableBase &, int32, const FNiagaraLwcStructConverter &)
| Name | FNiagaraVariableWithOffset |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraParameterStore.h |
| Include Path | #include "NiagaraParameterStore.h" |
FNiagaraVariableWithOffset
(
const FNiagaraVariableBase & InVariable,
int32 InOffset,
const FNiagaraLwcStructConverter & InStructConverter
)