unreal.FieldOperationType

class unreal.FieldOperationType

Bases: unreal.EnumBase

EField Operation Type

C++ Source:

  • Module: Chaos

  • File: FieldSystemTypes.h

FIELD_ADD

C = B + A

Type

2

Type

Add the fields output values

FIELD_DIVIDE

Divide the fields output values C = B / A

Type

1

FIELD_MULTIPLY

Multiply the fields output values C = B * A

Type

0

FIELD_SUBSTRACT

C = B - A

Type

3

Type

Subtract the fields output values