Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/UNiagaraGraph
Description
Rename a pin inline in a graph. If this is the only instance used in the graph, then rename them all, otherwise make a duplicate.
| Name | RenameParameterFromPin |
| 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 |
bool RenameParameterFromPin
(
const FNiagaraVariable & Parameter,
FName NewName,
UEdGraphPin * InPin
)