Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/UNiagaraNodeFunctionCall
Description
Tries to rename this function call to a new name. The actual name that gets applied might be different due to conflicts with existing nodes with the same name.
| Name | SuggestName |
| 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 SuggestName
(
FString SuggestedName,
bool bForceSuggestion
)