Navigation
API > API/Runtime > API/Runtime/Engine
Indicates whether an animation is additive, and what kind.
| Name | EAdditiveAnimationType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/AnimTypes.h |
| Include Path | #include "Animation/AnimTypes.h" |
Syntax
enum EAdditiveAnimationType
{
AAT_None,
AAT_LocalSpaceBase,
AAT_RotationOffsetMeshSpace,
AAT_MAX,
}
Values
| Name | Remarks |
|---|---|
| AAT_None | No additive. |
| AAT_LocalSpaceBase | Create Additive from LocalSpace Base. |
| AAT_RotationOffsetMeshSpace | Create Additive from MeshSpace Rotation Only, Translation still will be LocalSpace. |
| AAT_MAX |