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