Navigation
API > API/Runtime > API/Runtime/Engine
Does timeline play or reverse ?
| Name | ETimelineDirection::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/TimelineComponent.h |
| Include Path | #include "Components/TimelineComponent.h" |
Syntax
namespace ETimelineDirection
{
enum Type
{
Forward,
Backward,
}
}
Values
| Name | Remarks |
|---|---|
| Forward | |
| Backward |