unreal.PropertyAnimatorCoreMode¶
- class unreal.PropertyAnimatorCoreMode¶
Bases:
EnumBaseMode supported for properties value
C++ Source:
Plugin: PropertyAnimatorCore
Module: PropertyAnimatorCore
File: PropertyAnimatorCoreContext.h
- ABSOLUTE: PropertyAnimatorCoreMode = Ellipsis¶
Set the property value directly
- Type:
0
- ADDITIVE: PropertyAnimatorCoreMode = Ellipsis¶
Add value on the existing property value
- Type:
1