FNiagaraParameterStore::Bind

Binds this parameter store to another, by default if we find no matching parameters we will not maintain a pointer to the store.

Windows
MacOS
Linux

References

Module

Niagara

Header

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

Include

#include "NiagaraParameterStore.h"

Source

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

Syntax

void Bind
(
    FNiagaraParameterStore * DestStore,
    const FNiagaraBoundParameterArray * BoundParameters
)

Remarks

Binds this parameter store to another, by default if we find no matching parameters we will not maintain a pointer to the store.

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