Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Get the bounding box a collection and compute its box ratio from a reference size The reference size is the length of a perfect cube representing a reference volume
| Name | FBoundingBoxRatioDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FBoundingBoxRatioDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FBoundingBoxRatioDataflowNode
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BoundingBox | FBox | Geometric bounding box of the input collection | Dataflow/GeometryCollectionNodes.h |
|
| BoxRatio | float | Dataflow/GeometryCollectionNodes.h |
|
|
| Collection | FManagedArrayCollection | Collection to compute the bounding box and ratio from | Dataflow/GeometryCollectionNodes.h |
|
| Dimensions | FVector | Dimensions of the resulting bounding box in centimers | Dataflow/GeometryCollectionNodes.h |
|
| ReferenceBoxSize | float | Reference box size to use to compute the ratio | Dataflow/GeometryCollectionNodes.h |
|