UNiagaraGraph::SynchronizeParametersWithParameterDefinitions

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

Windows
MacOS
Linux

References

Module

NiagaraEditor

Header

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

Include

#include "NiagaraGraph.h"

Source

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

Syntax

void SynchronizeParametersWithParameterDefinitions
(
    const TArray< UNiagaraParameterDefinitions * > 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 graph.

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