Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Selects specified bones in the GeometryCollection by using a comma separated list, e.g. "0, 2, 5-10, 12-15"
| Name | FCollectionTransformSelectionCustomDataflowNode_v2 |
| 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 FCollectionTransformSelectionCustomDataflowNode_v2 : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FCollectionTransformSelectionCustomDataflowNode_v2
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCollectionTransformSelectionCustomDataflowNode_v2
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionSelectionNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | ||
|---|---|---|---|---|---|---|
| BoneIndices | DATAFLOW_NODE_DEFINE_INTERNAL(FCollectionTransformSelectionCustomDataflowNode_v2, "CollectionTransformSelectCustom", "GeometryCollection | Selection | Transform", "") public FString | GeometryCollection for the selection Comma separated list of single or a range of bone indices to specify the selection, e.g. "0, 2, 5-10, 12-15" | Dataflow/GeometryCollectionSelectionNodes.h |
|
| TransformSelection | 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 |