Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/UNiagaraGraph
Description
Rename all assignment and map set node pins. Used when synchronizing definitions with source scripts of systems and emitters.
| Name | RenameAssignmentAndSetNodePins |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraGraph.h |
| Include Path | #include "NiagaraGraph.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraGraph.cpp |
void RenameAssignmentAndSetNodePins
(
const FName OldName,
const FName NewName
)