Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Get the geometric bounding box a collection in collection space DEPRECATED 5.8 - use CollectionBounds node instead
| Name | FBoundingBoxDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection, Deprecated="5.8"))
struct FBoundingBoxDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FBoundingBoxDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBoundingBoxDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | |
|---|---|---|---|---|---|
| BoundingBox | DATAFLOW_NODE_DEFINE_INTERNAL(FBoundingBoxDataflowNode, "GetCollectionBoundingBox", "Utilities | Box", "Collection Bounds Size Dimensions Extents Center") public FBox | Collection to compute the bouning box from Geometric bounding box of the input collection | Dataflow/GeometryCollectionNodes.h |
|
| Center | FVector | Center of the resulting bounding box | Dataflow/GeometryCollectionNodes.h |
|
|
| Dimensions | FVector | Dimensions of the resulting bounding box in centimers | Dataflow/GeometryCollectionNodes.h |
|
Functions
Public
Public Virtual
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/GeometryCollectionNodes.h |