unreal.FieldOperationType¶
- class unreal.FieldOperationType¶
Bases:
EnumBaseEField Operation Type
C++ Source:
Module: Chaos
File: FieldSystemTypes.h
- FIELD_ADD: FieldOperationType = Ellipsis¶
Output = Left + Right
- Type:
2
- Type:
Add the fields output values
- FIELD_DIVIDE: FieldOperationType = Ellipsis¶
Output = Left / Right
- Type:
1
- Type:
Divide the fields output values
- FIELD_MULTIPLY: FieldOperationType = Ellipsis¶
Output = Left * Right
- Type:
0
- Type:
Multiply the fields output values
- FIELD_SUBSTRACT: FieldOperationType = Ellipsis¶
Output = Left - Right
- Type:
3
- Type:
Subtract the fields output