Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/FGraphActionNode
References
| Module | GraphEditor |
| Header | /Engine/Source/Editor/GraphEditor/Public/GraphActionNode.h |
| Include | #include "GraphActionNode.h" |
| Source | /Engine/Source/Editor/GraphEditor/Private/GraphActionNode.cpp |
bool IsRenameRequestPending&40;&41; const
Remarks
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. True if a call to BroadcastRenameRequest() was made without a valid RenameRequestEvent.