unreal.FieldOperationType

class unreal.FieldOperationType

Bases: unreal.EnumBase

EField Operation Type

C++ Source:

  • Module: Chaos

  • File: FieldSystemTypes.h

FIELD_ADD

Output = Left + Right

Type

2

Type

Add the fields output values

FIELD_DIVIDE

Output = Left / Right

Type

1

Type

Divide the fields output values

FIELD_MULTIPLY

Output = Left * Right

Type

0

Type

Multiply the fields output values

FIELD_SUBSTRACT

Output = Left - Right

Type

3

Type

Subtract the fields output