Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FCreateLeafConvexHullsDataflowNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionUtilityNodes.h |
| Include | #include "Dataflow/GeometryCollectionUtilityNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FCreateLeafConvexHullsDataflowNode : public FDataflowNode
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bComputeIntersectionsBeforeHull | Whether to compute the intersection before computing convex hulls. Typically should be enabled. | |
| FDataflowConvexDecompositionSettings | ConvexDecompositionSettings | ||
| EGenerateConvexMethod | GenerateMethod | How convex hulls are generated computed from geometry, imported from external collision shapes, or an intersection of both options. | |
| float | IntersectIfComputedIsSmallerByFactor | If GenerateMethod is Intersect, only actually intersect when the volume of the Computed Hull is less than this fraction of the volume of the External Hull(s). | |
| float | MinExternalVolumeToIntersect | If GenerateMethod is Intersect, only actually intersect if the volume of the External Hull(s) exceed this threshold. | |
| DATAFLOW_NODE_DEFINE_INTERNAL(FCreateLeafConvexHullsDataflowNode, "CreateLeafConvexHulls", "Geometry... | OptionalSelectionFilter | Optional transform selection to compute leaf hulls on if not provided, all leaf hulls will be computed. | |
| float | SimplificationDistanceThreshold | Computed convex hulls are simplified to keep points spaced at least this far apart (except where needed to keep the hull from collapsing to zero volume). |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCreateLeafConvexHullsDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
UE::Dataflow::FContext& Context, |
Evaluation |