Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Converts Vertex/Face/Transform selection into Vertex/Face/Transform selection
| Name | FCollectionSelectionConvertDataflowNode |
| 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 FCollectionSelectionConvertDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FCollectionSelectionConvertDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCollectionSelectionConvertDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionSelectionNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAllElementsMustBeSelected | bool | If true then for converting vertex/face selection to transform selection all vertex/face must be selected for selecting the associated transform | Dataflow/GeometryCollectionSelectionNodes.h |
|
| Collection | FManagedArrayCollection | GeometryCollection for the selection | Dataflow/GeometryCollectionSelectionNodes.h |
|
| FaceSelection | FDataflowFaceSelection | Face selection including the new indices | Dataflow/GeometryCollectionSelectionNodes.h |
|
| TransformSelection | FDataflowTransformSelection | Transform selection including the new indices | Dataflow/GeometryCollectionSelectionNodes.h |
|
| VertexSelection | FDataflowVertexSelection | Vertex selection including the new indices | Dataflow/GeometryCollectionSelectionNodes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FCollectionSelectionConvertDataflowNode, |
Dataflow/GeometryCollectionSelectionNodes.h | ||
FGeometryCollection::StaticType() |
Dataflow/GeometryCollectionSelectionNodes.h |
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/GeometryCollectionSelectionNodes.h |