UNiagaraScriptSource::SynchronizeGraphParametersWithParameterDefinitions

Synchronize all source script variables that have been changed or removed from the parameter definitions to all eligible destination script variables owned by the nodegraph.

Windows
MacOS
Linux

Override Hierarchy

UNiagaraScriptSourceBase::SynchronizeGraphParametersWithParameterDefinitions()

UNiagaraScriptSource::SynchronizeGraphParametersWithParameterDefinitions()

References

Module

NiagaraEditor

Header

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraScriptSource.h

Include

#include "NiagaraScriptSource.h"

Source

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraScriptSource.cpp

Syntax

virtual void SynchronizeGraphParametersWithParameterDefinitions
(
    const TArray< UNiagaraParameterDefinitionsBase * > ParameterDefinitions,
    const TArray< FGuid > & ParameterDefinitionsParameterIds,
    FSynchronizeWithParameterDefinitionsArgs Args
)

Remarks

Synchronize all source script variables that have been changed or removed from the parameter definitions to all eligible destination script variables owned by the nodegraph.

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