unreal.FieldResolutionType

class unreal.FieldResolutionType

Bases: EnumBase

EField Resolution Type

C++ Source:

  • Module: Chaos

  • File: FieldSystemTypes.h

FIELD_RESOLUTION_DISABLED_PARENTS: FieldResolutionType

Apply the field to all the parent particles

Type:

1

FIELD_RESOLUTION_MAXIMUM: FieldResolutionType

Apply the field to all the solver particles

Type:

2

FIELD_RESOLUTION_MINIMAL: FieldResolutionType

Apply the field to all the active particles

Type:

0