Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Selects specified bones in the GeometryCollection by using a space separated list, e.g. "0 1 2 12 23"
| Name | FCollectionTransformSelectionCustomDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionSelectionNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionSelectionNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection, Deprecated="5.6"))
struct FCollectionTransformSelectionCustomDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FCollectionTransformSelectionCustomDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCollectionTransformSelectionCustomDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionSelectionNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | ||
|---|---|---|---|---|---|---|
| BoneIndicies | DATAFLOW_NODE_DEFINE_INTERNAL(FCollectionTransformSelectionCustomDataflowNode, "CollectionTransformSelectCustom", "GeometryCollection | Selection | Transform", "") public FString | GeometryCollection for the selection Space separated list of bone indices to specify the selection, e.g. "0 1 2 3 23 34" | 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 |