Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Selects none of the elements in the selected group from the collection
| Name | FCollectionSelectionNoneDataflowNode |
| 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 FCollectionSelectionNoneDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FCollectionSelectionNoneDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCollectionSelectionNoneDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionSelectionNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | |
|---|---|---|---|---|---|
| Selection | DATAFLOW_NODE_DEFINE_INTERNAL(FCollectionSelectionNoneDataflowNode, "CollectionSelectionNone", "GeometryCollection | Selection", "") public FDataflowSelectionTypes | GeometryCollection for the selection Output selection. | Dataflow/GeometryCollectionSelectionNodes.h |
|