UNiagaraNodeFunctionCall::SuggestName

Tries to rename this function call to a new name.

Windows
MacOS
Linux

References

Module

NiagaraEditor

Header

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

Include

#include "NiagaraNodeFunctionCall.h"

Source

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

Syntax

void SuggestName
(
    FString SuggestedName,
    bool bForceSuggestion
)

Remarks

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.

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