Navigation
API > API/Runtime > API/Runtime/DataflowCore > API/Runtime/DataflowCore/FDataflowMathMinimumNode_v2
Description
Override this to update any bookkeeping when a pin is being removed. This will be called before the pin is unregistered as an input.
Virtual Inheritance
- FDataflowNode::OnPinRemoved → FDataflowMathMinimumNode_v2::OnPinRemoved
| Name | OnPinRemoved |
| 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 void OnPinRemoved
(
const UE::Dataflow::FPin & Pin
)