unreal.MotionExtractor_MathOperation¶
- class unreal.MotionExtractor_MathOperation¶
Bases:
EnumBaseMath operations that can be applied to the extracted value before add it to the curve
C++ Source:
Plugin: AnimationModifierLibrary
Module: AnimationModifierLibrary
File: MotionExtractorTypes.h
- ADDITION: MotionExtractor_MathOperation = Ellipsis¶
1
- DIVISION: MotionExtractor_MathOperation = Ellipsis¶
3
- MULTIPLICATION: MotionExtractor_MathOperation = Ellipsis¶
4
- NONE: MotionExtractor_MathOperation = Ellipsis¶
0
- SUBTRACTION: MotionExtractor_MathOperation = Ellipsis¶
2