unreal.FieldObjectType

class unreal.FieldObjectType

Bases: unreal.EnumBase

EField Object Type

C++ Source:

  • Module: Chaos

  • File: FieldSystemTypes.h

FIELD_OBJECT_ALL

Apply the field to all the objects particles

Type

4

FIELD_OBJECT_CHARACTER

Apply the field to all the character particles

Type

3

FIELD_OBJECT_CLOTH

Apply the field to all the cloth particles

Type

1

FIELD_OBJECT_DESTRUCTION

Apply the field to all the destruction particles

Type

2

FIELD_OBJECT_RIGID

Apply the field to all the rigid particles

Type

0