unreal.FieldObjectType

class unreal.FieldObjectType

Bases: EnumBase

EField Object Type

C++ Source:

  • Module: Chaos

  • File: FieldSystemTypes.h

FIELD_OBJECT_ALL: FieldObjectType

Apply the field to all the objects particles

Type:

4

FIELD_OBJECT_CHARACTER: FieldObjectType

Apply the field to all the character particles

Type:

3

FIELD_OBJECT_CLOTH: FieldObjectType

Apply the field to all the cloth particles

Type:

1

FIELD_OBJECT_DESTRUCTION: FieldObjectType

Apply the field to all the destruction particles

Type:

2

FIELD_OBJECT_RIGID: FieldObjectType

Apply the field to all the rigid particles

Type:

0