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