Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FSimplifyConvexHullsDataflowNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionUtilityNodes.h |
| Include | #include "Dataflow/GeometryCollectionUtilityNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FSimplifyConvexHullsDataflowNode : public FDataflowNode
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bUseExistingVertices | Whether to restrict the simplified hulls to only use vertices from the original hulls. | |
| int32 | MinTargetTriangleCount | The minimum number of faces to use for the convex hull. | |
| DATAFLOW_NODE_DEFINE_INTERNAL(FSimplifyConvexHullsDataflowNode, "SimplifyConvexHulls", "GeometryColl... | OptionalSelectionFilter | Optional transform selection to compute leaf hulls on if not provided, all leaf hulls will be computed. | |
| float | SimplificationAngleThreshold | Simplified hull should preserve angles larger than this (in degrees). | |
| float | SimplificationDistanceThreshold | Simplified hull should stay within this distance of the initial convex hull. | |
| EConvexHullSimplifyMethod | SimplifyMethod |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSimplifyConvexHullsDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
UE::Dataflow::FContext& Context, |
Evaluation |