ETrackType

Enum to indicate whether this is an event track, a float interp track or a vector interp track

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/TimelineTemplate.h

Include

#include "Engine/TimelineTemplate.h"

Syntax

enum ETrackType
{
    TT_Event,
    TT_FloatInterp,
    TT_VectorInterp,
    TT_LinearColorInterp,
}

Values

Name

Description

TT_Event

TT_FloatInterp

TT_VectorInterp

TT_LinearColorInterp

Remarks

Enum to indicate whether this is an event track, a float interp track or a vector interp track

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss