Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Break a bounding box into individual components ( Min/Max corners, Center, HalfExtents and Volume )
| Name | FExpandBoundingBoxDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionNodes.h" |
Syntax
USTRUCT ()
struct FExpandBoundingBoxDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FExpandBoundingBoxDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FExpandBoundingBoxDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Center | FVector | Center point of the bounding box | Dataflow/GeometryCollectionNodes.h |
|
| DATAFLOW_NODE_DEFINE_INTERNAL | Bounding box to get the information from | Dataflow/GeometryCollectionNodes.h | ||
| Dimensions | FVector | Dimensions of the bounding box | Dataflow/GeometryCollectionNodes.h |
|
| HalfExtents | FVector | Distances from the center to any corner along the three axis | Dataflow/GeometryCollectionNodes.h |
|
| Max | FVector | Maximum corner ofthe bounding box | Dataflow/GeometryCollectionNodes.h |
|
| Min | FVector | Minimum corner ofthe bounding box | Dataflow/GeometryCollectionNodes.h |
|
| Volume | float | Total volume of the bounding box | 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 |