FNiagaraUserRedirectionParameterStore::GetUserParameters

Get the list of FNiagaraVariables that are exposed to the user.

Windows
MacOS
Linux

References

Module

Niagara

Header

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

Include

#include "NiagaraUserRedirectionParameterStore.h"

Syntax

void GetUserParameters
(
    TArray< FNiagaraVariable > & OutParameters
) const

Remarks

Get the list of FNiagaraVariables that are exposed to the user.

that the values will be stale and are not to be trusted directly. Get the Values using the offset specified by IndexOf or GetParameterValue.

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