DisclaimerIf you use the site often and enjoy it, consider donating to help me cover the server costs, and motivate me to spend my time on this project. (Donate) (Crypto)

Classes

UTimelineTemplate

UObject

Member Type Offset Share
TimelineLength

Length of this timeline

float 0x28
LengthMode

How we want the timeline to determine its own length (e.g. specified length, last keyframe)

ETimelineLengthMode 0x2c
bAutoPlay : 1 char 0x2d
bLoop : 1 char 0x2d
bReplicated : 1 char 0x2d
bIgnoreTimeDilation : 1 char 0x2d
EventTracks

Set of event tracks

TArray<FTTEventTrack> 0x30
FloatTracks

Set of float interpolation tracks

TArray<FTTFloatTrack> 0x40
VectorTracks

Set of vector interpolation tracks

TArray<FTTVectorTrack> 0x50
LinearColorTracks

Set of linear color interpolation tracks

TArray<FTTLinearColorTrack> 0x60
MetaDataArray

Metadata information for this timeline

TArray<FBPVariableMetaDataEntry> 0x70
TimelineGuid FGuid 0x80
VariableName FName 0x90
DirectionPropertyName FName 0x98
UpdateFunctionName FName 0xa0
FinishedFunctionName FName 0xa8