FNiagaraParameterStore::InitFromSource

Called to initially set up the parameter store to _exactly_ match the input store (other than any bindings and the internal name of it).

Windows
MacOS
Linux

Override Hierarchy

FNiagaraParameterStore::InitFromSource()

FNiagaraUserRedirectionParameterStore::InitFromSource()

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

virtual void InitFromSource
(
    const FNiagaraParameterStore * SrcStore,
    bool bNotifyAsDirty
)

Remarks

Called to initially set up the parameter store to exactly match the input store (other than any bindings and the internal name of it).

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