Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Branch between two Managed Array Collections based on Boolean condition
| Name | FBranchCollectionDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionNodes.h" |
Syntax
USTRUCT ()
struct FBranchCollectionDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FBranchCollectionDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBranchCollectionDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCondition | bool | Condition to select which Collection is chosen as ChosenCollection | Dataflow/GeometryCollectionNodes.h |
|
| ChosenCollection | FManagedArrayCollection | Output Collection | Dataflow/GeometryCollectionNodes.h |
|
| FalseCollection | FManagedArrayCollection | Collection input for the 'false' case | Dataflow/GeometryCollectionNodes.h |
|
| TrueCollection | FManagedArrayCollection | Collection input for the 'true' case | Dataflow/GeometryCollectionNodes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FBranchCollectionDataflowNode, |
Dataflow/GeometryCollectionNodes.h | ||
FGeometryCollection::StaticType() |
Dataflow/GeometryCollectionNodes.h |
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/GeometryCollectionNodes.h |