Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/FGraphActionNode
Description
Sometimes a call to BroadcastRenameRequest() is made before the RenameRequestEvent has been bound. When that happens, this node is marked with a pending rename request. This method determines if that is the case for this node.
| Name | IsRenameRequestPending |
| 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 IsRenameRequestPending() const
True if a call to BroadcastRenameRequest() was made without a valid RenameRequestEvent.