Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/UNiagaraNodeFunctionCall
Description
Resets the node name based on the referenced script or signature. Guaranteed unique within a given graph instance.
| Name | ComputeNodeName |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraNodeFunctionCall.h |
| Include Path | #include "NiagaraNodeFunctionCall.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraNodeFunctionCall.cpp |
void ComputeNodeName
(
FString SuggestedName,
bool bForceSuggestion
)