Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Get the local geometric bounding box of a dataflow mesh
| Name | FGetMeshBoundingBoxDataflowNode_v2 |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionMeshNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionMeshNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FGetMeshBoundingBoxDataflowNode_v2 : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FGetMeshBoundingBoxDataflowNode_v2
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGetMeshBoundingBoxDataflowNode_v2
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionMeshNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BoundingBox | DATAFLOW_NODE_DEFINE_INTERNAL(FGetMeshBoundingBoxDataflowNode_v2, "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 |