Navigation
API > API/Plugins > API/Plugins/Niagara
FNiagaraScriptInstanceParameterStore.
| Name | FNiagaraScriptInstanceParameterStore |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraScriptExecutionParameterStore.h |
| Include Path | #include "NiagaraScriptExecutionParameterStore.h" |
Syntax
USTRUCT ()
struct FNiagaraScriptInstanceParameterStore : public FNiagaraParameterStore
Inheritance Hierarchy
- FNiagaraParameterStore → FNiagaraScriptInstanceParameterStore
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNiagaraScriptInstanceParameterStore() |
FNiagaraScriptInstanceParameterStore. | NiagaraScriptExecutionParameterStore.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FNiagaraScriptInstanceParameterStore() |
NiagaraScriptExecutionParameterStore.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bInitialized | uint8 | NiagaraScriptExecutionParameterStore.h | ||
| ScriptParameterStore | FNiagaraCompiledDataReference< FNiagaraScriptExecutionParameterStore > | NiagaraScriptExecutionParameterStore.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CopyCurrToPrev() |
NiagaraScriptExecutionParameterStore.h | ||
uint32 GetExternalParameterSize() |
Just the external parameters, not previous or internal... | NiagaraScriptExecutionParameterStore.h | |
TArrayView< const uint8 > GetScriptLiterals() |
NiagaraScriptExecutionParameterStore.h | ||
void InitFromOwningContext
(
UNiagaraScript* Script, |
Call this init function if you are using a Niagara parameter store within an FNiagaraScriptExecutionContext. | NiagaraScriptExecutionParameterStore.h |
Overridden from FNiagaraParameterStore
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool AddParameter
(
const FNiagaraVariable& Param, |
Adds the passed parameter to this store. | NiagaraScriptExecutionParameterStore.h | |
virtual void Empty
(
bool bClearBindings |
Removes all parameters from this store and releases any data. | NiagaraScriptExecutionParameterStore.h | |
virtual TArrayView< const FNiagaraVariableWithOffset > ReadParameterVariables () |
The View of the set of variables represented by this ParameterStore. | NiagaraScriptExecutionParameterStore.h | |
virtual bool RemoveParameter
(
const FNiagaraVariableBase& Param |
Removes the passed parameter if it exists in the store. | NiagaraScriptExecutionParameterStore.h | |
virtual void RenameParameter
(
const FNiagaraVariableBase& Param, |
Renames the passed parameter. | NiagaraScriptExecutionParameterStore.h | |
virtual void Reset
(
bool bClearBindings |
Removes all parameters from this store but doesn't change memory allocations. | NiagaraScriptExecutionParameterStore.h |