unreal.ConnectionContactAreaMethodEnum

class unreal.ConnectionContactAreaMethodEnum

Bases: EnumBase

EConnection Contact Area Method Enum

C++ Source:

  • Plugin: GeometryCollectionPlugin

  • Module: GeometryCollectionNodes

  • File: GeometryCollectionNodes.h

DATAFLOW_CONNECTION_CONTACT_AREA_METHOD_NONE: ConnectionContactAreaMethodEnum

Do not compute contact areas

Type:

0

DATAFLOW_PROXIMITY_CONTACT_FILTERING_METHOD_CONVEX_HULL_AREA: ConnectionContactAreaMethodEnum

Compute approximate contact surface area via the intersection of convex hulls (allowing for optional offset)

Type:

1