unreal.ConnectionContactAreaMethodEnum¶
- class unreal.ConnectionContactAreaMethodEnum¶
Bases:
EnumBaseEConnection Contact Area Method Enum
C++ Source:
Plugin: GeometryCollectionPlugin
Module: GeometryCollectionNodes
File: GeometryCollectionNodes.h
- DATAFLOW_CONNECTION_CONTACT_AREA_METHOD_NONE: ConnectionContactAreaMethodEnum = Ellipsis¶
Do not compute contact areas
- Type:
0
- DATAFLOW_PROXIMITY_CONTACT_FILTERING_METHOD_CONVEX_HULL_AREA: ConnectionContactAreaMethodEnum = Ellipsis¶
Compute approximate contact surface area via the intersection of convex hulls (allowing for optional offset)
- Type:
1