Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Convert convex hulls on a geometry collection to a dynamic mesh.
| Name | FConvexHullToMeshDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionDebugNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionDebugNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FConvexHullToMeshDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FConvexHullToMeshDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FConvexHullToMeshDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionDebugNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | |
|---|---|---|---|---|---|
| bUseRobustHulls | bool | Whether to robustly extract valid/manifold meshes to represent the convex hulls. | Dataflow/GeometryCollectionDebugNodes.h |
|
|
| Mesh | TObjectPtr< UDynamicMesh > | Single mesh aggregating all the convex hulls together | Dataflow/GeometryCollectionDebugNodes.h |
|
|
| Meshes | TArray< TObjectPtr< UDynamicMesh > > | Array of meshes for each convex hull found | Dataflow/GeometryCollectionDebugNodes.h |
|
|
| OptionalSelectionFilter | DATAFLOW_NODE_DEFINE_INTERNAL(FConvexHullToMeshDataflowNode, "Convex Hull to Mesh", "GeometryCollection | Mesh", "") private FDataflowTransformSelection | Optional transform selection to convert hulls from if not provided, all convex hulls will be converted. | Dataflow/GeometryCollectionDebugNodes.h |
|
Functions
Public
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/GeometryCollectionDebugNodes.h |