Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FTTTrackBase
Enum to indicate whether this is an event track, a float interp track or a vector interp track
| Name | ETrackType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/TimelineTemplate.h |
| Include Path | #include "Engine/TimelineTemplate.h" |
Syntax
enum ETrackType
{
TT_Event,
TT_FloatInterp,
TT_VectorInterp,
TT_LinearColorInterp,
}
Values
| Name | Remarks |
|---|---|
| TT_Event | |
| TT_FloatInterp | |
| TT_VectorInterp | |
| TT_LinearColorInterp |