Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow > API/Plugins/GeometryCollectionNodes/Dataflow/FCreateNonOverla-
Syntax
UPROPERTY (EditAnywhere, Category=Convex,
Meta=(DataflowInput, DisplayName="Allow Larger Hull Fraction", ClampMin=0.f))
DATAFLOW_NODE_DEFINE_INTERNAL, "CreateNonOverlappingConvexHulls", "GeometryCollectionUtilities", "") public float CanExceedFraction
Remarks
Fraction (of geometry volume) by which a cluster's convex hull volume can exceed the actual geometry volume before instead using the hulls of the children. 0 means the convex volume cannot exceed the geometry volume; 1 means the convex volume is allowed to be 100% larger (2x) the geometry volume.