Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FBranchCollectionDataflowNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionNodes.h |
| Include | #include "Dataflow/GeometryCollectionNodes.h" |
Syntax
USTRUCT&40;&41;
struct FBranchCollectionDataflowNode : public FDataflowNode
Remarks
Branch between two Managed Array Collections based on Boolean condition
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bCondition | Condition to select which Collection is chosen as ChosenCollection | |
| FManagedArrayCollection | ChosenCollection | Output Collection | |
| FManagedArrayCollection | FalseCollection | Collection input for the 'false' case | |
| FManagedArrayCollection | TrueCollection | Collection input for the 'true' case |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FBranchCollectionDataflowNode
(
const Dataflow::FNodeParameters& InParam, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | |||
| FName | |||
| FString | StaticTags () |
||
| FString | |||
| FName | StaticType () |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
Dataflow::FContext& Context, |
Evaluation | |
| FName | GetCategory () |
||
| FName | |||
| FString | GetTags () |
||
| FName | GetType () |
||
| bool | |||
| FStructOnScope * | |||
| void | SerializeInternal
(
FArchive& Ar |
Struct Support | |
| const UScriptStruct * |