unreal.PropertyAnimatorCoreMode

class unreal.PropertyAnimatorCoreMode

Bases: EnumBase

Mode supported for properties value

C++ Source:

  • Plugin: PropertyAnimatorCore

  • Module: PropertyAnimatorCore

  • File: PropertyAnimatorCoreContext.h

ABSOLUTE: PropertyAnimatorCoreMode

Set the property value directly

Type:

0

ADDITIVE: PropertyAnimatorCoreMode

Add value on the existing property value

Type:

1