Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FBranchIntDataflowNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionNodes.h |
| Include | #include "Dataflow/GeometryCollectionNodes.h" |
Syntax
USTRUCT ()
struct FBranchIntDataflowNode : public FDataflowNode
Remarks
Branch between two int inputs based on boolean condition
Variables
| Type | Name | Description | ||
|---|---|---|---|---|
| DATAFLOW_NODE_DEFINE_INTERNAL(FBranchIntDataflowNode, "BranchInt", "Utilities | FlowControl", "") publ... | B | Int input Int input | |
| bool | bCondition | If true, Output = A, otherwise Output = B | ||
| int32 | ReturnValue | Output |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FBranchIntDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
UE::Dataflow::FContext& Context, |
Evaluation |