unreal.FieldResolutionType

class unreal.FieldResolutionType

Bases: unreal.EnumBase

EField Resolution Type

C++ Source:

  • Module: Chaos

  • File: FieldSystemTypes.h

FIELD_RESOLUTION_DISABLED_PARENTS

Apply the field to all the parent particles

Type

1

FIELD_RESOLUTION_MAXIMUM

Apply the field to all the solver particles

Type

2

FIELD_RESOLUTION_MINIMAL

Apply the field to all the active particles

Type

0