Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Selects pieces based on their size
| Name | FCollectionTransformSelectionBySizeDataflowNode |
| 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 FCollectionTransformSelectionBySizeDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FCollectionTransformSelectionBySizeDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCollectionTransformSelectionBySizeDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionSelectionNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bInclusive | bool | If true then range includes Min and Max values | Dataflow/GeometryCollectionSelectionNodes.h |
|
| bUseRelativeSize | bool | Whether to use the 'Relative Size' i.e., the Size / Largest Bone Size. | Dataflow/GeometryCollectionSelectionNodes.h |
|
| Collection | FManagedArrayCollection | GeometryCollection for the selection | Dataflow/GeometryCollectionSelectionNodes.h |
|
| RangeSetting | ERangeSettingEnum | Values for the selection has to be inside or outside [Min, Max] range | Dataflow/GeometryCollectionSelectionNodes.h |
|
| SizeMax | float | Maximum size for the selection | Dataflow/GeometryCollectionSelectionNodes.h |
|
| SizeMin | float | Minimum size for the selection | Dataflow/GeometryCollectionSelectionNodes.h |
|
| TransformSelection | FDataflowTransformSelection | Array of the selected bone indices | Dataflow/GeometryCollectionSelectionNodes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FCollectionTransformSelectionBySizeDataflowNode, |
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 |