EAdditiveAnimationType

Indicates whether an animation is additive, and what kind.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Animation/AnimTypes.h

Include

#include "Animation/AnimTypes.h"

Syntax

enum EAdditiveAnimationType
{
    AAT_None,
    AAT_LocalSpaceBase,
    AAT_RotationOffsetMeshSpace,
    AAT_MAX,
}

Values

Name

Description

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

Remarks

Indicates whether an animation is additive, and what kind.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss