Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/FGraphActionNode
Description
Executes the node's RenameRequestEvent if it is bound. Otherwise, it will mark the node as having a pending rename request.
| Name | BroadcastRenameRequest |
| Type | function |
| Header File | /Engine/Source/Editor/GraphEditor/Public/GraphActionNode.h |
| Include Path | #include "GraphActionNode.h" |
| Source | /Engine/Source/Editor/GraphEditor/Private/GraphActionNode.cpp |
bool BroadcastRenameRequest()
True if the broadcast went through, false if the "pending rename request" flag was set.