Navigation
API > API/Runtime > API/Runtime/DataflowCore > API/Runtime/DataflowCore/Dataflow > API/Runtime/DataflowCore/Dataflow/FDataflowNode
- FDataflowNode::GetPinsToRemove()
- FDataflowSelectNode::GetPinsToRemove()
References
| Module | DataflowCore |
| Header | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowNode.h |
| Include | #include "Dataflow/DataflowNode.h" |
virtual TArray < UE::Dataflow::FPin > GetPinsToRemove() const
Remarks
Override this function to add the RemoveOptionPin functionality to the node's context menu. OnPinRemoved will be called in this order.