Navigation
API > API/Runtime > API/Runtime/Engine
Supported types of time for a linked element
| Name | EAnimLinkMethod::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimLinkableElement.h |
| Include Path | #include "Animation/AnimLinkableElement.h" |
Syntax
namespace EAnimLinkMethod
{
enum Type
{
Absolute,
Relative,
Proportional,
}
}
Values
| Name | Remarks |
|---|---|
| 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. |