Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FBranchMeshDataflowNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionNodes.h |
| Include | #include "Dataflow/GeometryCollectionNodes.h" |
Syntax
USTRUCT ()
struct FBranchMeshDataflowNode : public FDataflowNode
Remarks
Branch between two mesh inputs based on boolean condition
Variables
| Type | Name | Description | ||
|---|---|---|---|---|
| bool | bCondition | If true, Output = MeshA, otherwise Output = MeshB | ||
| TObjectPtr< UDynamicMesh > | Mesh | Output mesh | ||
| DATAFLOW_NODE_DEFINE_INTERNAL(FBranchMeshDataflowNode, "BranchMesh", "Utilities | FlowControl", "") pu... | MeshB | Mesh input Mesh input |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FBranchMeshDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
UE::Dataflow::FContext& Context, |
Evaluation |