Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Creates any type of selection from a collection by using a comma separated list
| Name | FCollectionSelectionCustomDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionSelectionNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionSelectionNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FCollectionSelectionCustomDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FCollectionSelectionCustomDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCollectionSelectionCustomDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionSelectionNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | |
|---|---|---|---|---|---|
| Indices | DATAFLOW_NODE_DEFINE_INTERNAL(FCollectionSelectionCustomDataflowNode, "CollectionSelectionCustom", "GeometryCollection | Selection", "") public FString | GeometryCollection for the selection Comma separated list of indices (example: "0, 2, 5-10, 12-15") to specify the selection | Dataflow/GeometryCollectionSelectionNodes.h |
|
| Selection | FDataflowSelectionTypes | Selection from the indices. To set the selection type rt mouse click on the Selection output | Dataflow/GeometryCollectionSelectionNodes.h |
|