UK2Node_MathExpression::OnRenameNode

Called when this node is being renamed after a successful name validation

Windows
MacOS
Linux

Override Hierarchy

UEdGraphNode::OnRenameNode()

UK2Node_Composite::OnRenameNode()

UK2Node_MathExpression::OnRenameNode()

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_MathExpression.h

Include

#include "K2Node_MathExpression.h"

Source

/Engine/Source/Editor/BlueprintGraph/Private/K2Node_MathExpression.cpp

Syntax

virtual void OnRenameNode
(
    const FString & NewName
)

Remarks

Called when this node is being renamed after a successful name validation

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