FNiagaraParameterStore::SetParameter

Sets the parameter using the internally stored data in the passed [FNiagaraVariable](API\Plugins\Niagara\FNiagaraVariable).

Windows
MacOS
Linux

References

Module

Niagara

Header

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

Include

#include "NiagaraParameterStore.h"

Syntax

void SetParameter
(
    const FNiagaraVariable & Param
)

Remarks

Sets the parameter using the internally stored data in the passed FNiagaraVariable. TODO: Remove this. IMO FNiagaraVariable should be just for data definition and all storage should be done via this class.

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