Enum EAllowConvexMergeMethod Path C++ Link /Script/Chaos.EAllowConvexMergeMethod underlying uint8 /Script/Chaos Values 3 NameValueHex ByProximity00x00Any10x01EAllowConvexMergeMethod_MAX20x02 Used by 1types with a member, parameter or interface of this type FGenerateClusterConvexHullsFromLeafHullsDataflowNode // /Script/Chaos.EAllowConvexMergeMethod enum class EAllowConvexMergeMethod : uint8 { ByProximity = 0, Any = 1, EAllowConvexMergeMethod_MAX = 2, };