Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Get the geometric bounding box a collection in collection space
| 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))
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 | FBox | Geometric bounding box of the input collection | Dataflow/GeometryCollectionNodes.h |
|
| Center | FVector | Center of the resulting bounding box | Dataflow/GeometryCollectionNodes.h |
|
| Collection | FManagedArrayCollection | Collection to compute the bouning box from | Dataflow/GeometryCollectionNodes.h |
|
| Dimensions | FVector | Dimensions of the resulting bounding box in centimers | Dataflow/GeometryCollectionNodes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FBoundingBoxDataflowNode, |
Dataflow/GeometryCollectionNodes.h | ||
FName
(
"FBox" |
Dataflow/GeometryCollectionNodes.h |
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/GeometryCollectionNodes.h |