UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
EAnimLinkMethod Namespace Reference

Enumerations

enum  Type : int { Absolute , Relative , Proportional }
 

Detailed Description

Supported types of time for a linked element

Enumeration Type Documentation

◆ Type

Enumerator
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.