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