FNiagaraScriptInstanceParameterStore::ReadParameterVariables

The View of the set of variables represented by this ParameterStore.

Windows
MacOS
Linux

Override Hierarchy

FNiagaraParameterStore::ReadParameterVariables()

FNiagaraScriptInstanceParameterStore::ReadParameterVariables()

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraScriptExecutionParameterStore.h

Include

#include "NiagaraScriptExecutionParameterStore.h"

Source

/Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraScriptExecutionParameterStore.cpp

Syntax

virtual TArrayView< const FNiagaraVariableWithOffset > ReadParameterVariables() const

Remarks

The View of the set of variables represented by this ParameterStore. By default it will be the variables defined by the SortedParameterOffsets, but child classes can override it so that we can share the list of Variables across different instances as it's generally read only data in game

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss