 |
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). |