Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Get the bounding box average extents information
| Name | FBoundingBoxAverageExtentsDataflowNode |
| 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 FBoundingBoxAverageExtentsDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FBoundingBoxAverageExtentsDataflowNode
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AverageExtents | float | Average of the 3 axis extents | Dataflow/GeometryCollectionNodes.h |
|
| AverageHalfExtents | float | Average of the 3 axis half extents | Dataflow/GeometryCollectionNodes.h |
|
| BoundingBox | FBox | Bounding box to get the information from | Dataflow/GeometryCollectionNodes.h |
|
| LengthRatio | float | Ratio of the min edge length over the max edge length | Dataflow/GeometryCollectionNodes.h |
|
| MaxLength | float | Maximum edge length of the box | Dataflow/GeometryCollectionNodes.h |
|
| MinLength | float | Minimum edge length of the box | Dataflow/GeometryCollectionNodes.h |
|