Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Runs boolean operation on TransformSelections Deprecated (5.6) : use the generic CollectionSelectionSetOperation node instead
| Name | FCollectionTransformSelectionSetOperationDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionSelectionNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionSelectionNodes.h" |
Syntax
USTRUCT (Meta=(Deprecated="5.6"))
struct FCollectionTransformSelectionSetOperationDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FCollectionTransformSelectionSetOperationDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCollectionTransformSelectionSetOperationDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionSelectionNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | ||
|---|---|---|---|---|---|---|
| TransformSelection | FDataflowTransformSelection | Array of the selected bone indices after operation | Dataflow/GeometryCollectionSelectionNodes.h |
|
||
| TransformSelectionA | DATAFLOW_NODE_DEFINE_INTERNAL(FCollectionTransformSelectionSetOperationDataflowNode, "CollectionTransformSelectionSetOperation", "GeometryCollection | Selection | Transform", "") public FDataflowTransformSelection | Boolean operation Array of the selected bone indices | Dataflow/GeometryCollectionSelectionNodes.h |
|
| TransformSelectionB | FDataflowTransformSelection | Array of the selected bone indices | Dataflow/GeometryCollectionSelectionNodes.h |
|
Functions
Public
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/GeometryCollectionSelectionNodes.h |