Navigation
API > API/Runtime > API/Runtime/Engine
Whether or not the timeline should be finished after the specified length, or the last keyframe in the tracks
| Name | ETimelineLengthMode |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/TimelineComponent.h |
| Include Path | #include "Components/TimelineComponent.h" |
Syntax
enum ETimelineLengthMode
{
TL_TimelineLength,
TL_LastKeyFrame,
}
Values
| Name | Remarks |
|---|---|
| TL_TimelineLength | |
| TL_LastKeyFrame |