Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimLinkableElement.h |
Include | #include "Animation/AnimLinkableElement.h" |
Syntax
namespace EAnimLinkMethod
{
enum Type
&123;
Absolute,
Relative,
Proportional,
&125;
}
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