Navigation
API > API/Runtime > API/Runtime/DataflowCore
Minimum ( Min(A, B, C, ... ) )
| Name | FDataflowMathMinimumNode_v2 |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowMathNodes.h |
| Include Path | #include "Dataflow/DataflowMathNodes.h" |
Syntax
USTRUCT ()
struct FDataflowMathMinimumNode_v2 : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FDataflowMathMinimumNode_v2
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDataflowMathMinimumNode_v2
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/DataflowMathNodes.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| NumInitialVariableInputs | int32 | Dataflow/DataflowMathNodes.h | |
| NumOtherInputs | int32 | Dataflow/DataflowMathNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | |
|---|---|---|---|---|---|
| Result | DATAFLOW_NODE_DEFINE_INTERNAL(FDataflowMathMinimumNode_v2, "Minimum", "Math | Scalar", "Lowest Smallest") private FDataflowNumericTypes | Dataflow/DataflowMathNodes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UE::Dataflow::TConnectionReference< FDataflowNumericTypes > GetConnectionReference
(
int32 Index |
Dataflow/DataflowMathNodes.h |
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TArray< UE::Dataflow::FPin > AddPins() |
Override this function to add the AddOptionPin functionality to the node's context menu. | Dataflow/DataflowMathNodes.h | |
virtual bool CanAddPin() |
Override this function to add the AddOptionPin functionality to the node's context menu. | Dataflow/DataflowMathNodes.h | |
virtual bool CanRemovePin() |
Override this function to add the RemoveOptionPin functionality to the node's context menu. | Dataflow/DataflowMathNodes.h | |
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Evaluation | Dataflow/DataflowMathNodes.h | |
virtual TArray< UE::Dataflow::FPin > GetPinsToRemove () |
Override this function to add the RemoveOptionPin functionality to the node's context menu. | Dataflow/DataflowMathNodes.h | |
virtual void OnPinRemoved
(
const UE::Dataflow::FPin& Pin |
Override this to update any bookkeeping when a pin is being removed. | Dataflow/DataflowMathNodes.h | |
virtual void PostSerialize
(
const FArchive& Ar |
Override this method to provide custom post-serialization for this node. | Dataflow/DataflowMathNodes.h |