FGraphActionNode::IsRenameRequestPending

Sometimes a call to [BroadcastRenameRequest()](API\Editor\GraphEditor\FGraphActionNode\BroadcastRenameRequest) is made before the RenameRequestEvent has been bound.

Unreal Engine C++ API Reference > 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() 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.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library