Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/FGraphActionNode
Description
Accessor to the node's RenameRequestEvent (for binding purposes). Do not Execute() the delegate from this function, instead call BroadcastRenameRequest() on the node.
| Name | OnRenameRequest |
| Type | function |
| Header File | /Engine/Source/Editor/GraphEditor/Public/GraphActionNode.h |
| Include Path | #include "GraphActionNode.h" |
FOnRenameRequestActionNode & OnRenameRequest()
The node's internal RenameRequestEvent.