EAnimLinkMethod::Type

Supported types of time for a linked element

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Animation/AnimLinkableElement.h

Include

#include "Animation/AnimLinkableElement.h"

Syntax

namespace EAnimLinkMethod
{
    enum Type
    {
        Absolute,
        Relative,
        Proportional,
    }
}

Values

Name

Description

Absolute

Element stays at a specific time without moving.

Relative

Element moves with its segment, but not when the segment changes size.

Proportional

Element moves with its segment and will stay at a certain proportion through the segment.

Remarks

Supported types of time for a linked element

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