unreal.AdditiveAnimationType

class unreal.AdditiveAnimationType

Bases: unreal.EnumBase

Indicates whether an animation is additive, and what kind.

C++ Source:

  • Module: Engine

  • File: AnimTypes.h

AAT_LOCAL_SPACE_BASE

Create Additive from LocalSpace Base.

Type

1

AAT_NONE

No additive.

Type

0

AAT_ROTATION_OFFSET_MESH_SPACE

Create Additive from MeshSpace Rotation Only, Translation still will be LocalSpace.

Type

2