Navigation
API > API/Runtime > API/Runtime/DataflowCore > API/Runtime/DataflowCore/FDataflowMathMinimumNode_v2
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 → FDataflowMathMinimumNode_v2::GetPinsToRemove
| Name | GetPinsToRemove |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowMathNodes.h |
| Include Path | #include "Dataflow/DataflowMathNodes.h" |
| Source | /Engine/Source/Runtime/Experimental/Dataflow/Core/Private/Dataflow/DataflowMathNodes.cpp |
virtual TArray < UE::Dataflow::FPin > GetPinsToRemove() const