| void Stop() | FinalNative+1 flags | | 0x00 |
| void SetVectorCurve(UCurveVector* NewVectorCurve, const FName& VectorTrackName) | FinalNative+1 flags | | 0x10 |
| void SetTimelinePostUpdateFunc(const FScriptDelegate& NewTimelinePostUpdateFunc) | FinalNative+1 flags | | 0x10 |
| void SetTimelineLengthMode(const ETimelineLengthMode& NewLengthMode) | FinalNative+1 flags | | 0x01 |
| void SetTimelineLength(float NewLength) | FinalNative+1 flags | | 0x04 |
| void SetTimelineFinishedFunc(const FScriptDelegate& NewTimelineFinishedFunc) | FinalNative+1 flags | | 0x10 |
| void SetPlayRate(float NewRate) | FinalNative+1 flags | | 0x04 |
| void SetPlaybackPosition(float NewPosition, bool bFireEvents, bool bFireUpdate) | FinalNative+1 flags | | 0x06 |
| void SetNewTime(float NewTime) | FinalNative+1 flags | | 0x04 |
| void SetLooping(bool bNewLooping) | FinalNative+1 flags | | 0x01 |
| void SetLinearColorCurve(UCurveLinearColor* NewLinearColorCurve, const FName& LinearColorTrackName) | FinalNative+1 flags | | 0x10 |
| void SetIgnoreTimeDilation(bool bNewIgnoreTimeDilation) | FinalNative+1 flags | | 0x01 |
| void SetFloatCurve(UCurveFloat* NewFloatCurve, const FName& FloatTrackName) | FinalNative+1 flags | | 0x10 |
| void ReverseFromEnd() | FinalNative+1 flags | | 0x00 |
| void Reverse() | FinalNative+1 flags | | 0x00 |
| void PlayFromStart() | FinalNative+1 flags | | 0x00 |
| void Play() | FinalNative+1 flags | | 0x00 |
| void OnRep_Timeline(FTimeline& OldTimeline) | FinalNative+1 flags | | 0x98 |
| bool IsReversing() | FinalNative+1 flags | | 0x01 |
| bool IsPlaying() | FinalNative+1 flags | | 0x01 |
| bool IsLooping() | FinalNative+1 flags | | 0x01 |
| float GetTimelineLength() | FinalNative+1 flags | | 0x04 |
| float GetScaledTimelineLength() | FinalNative+1 flags | | 0x04 |
| float GetPlayRate() | FinalNative+1 flags | | 0x04 |
| float GetPlaybackPosition() | FinalNative+1 flags | | 0x04 |
| bool GetIgnoreTimeDilation() | FinalNative+1 flags | | 0x01 |
| void AddInterpVector(UCurveVector* VectorCurve, const FScriptDelegate& InterpFunc, const FName& PropertyName, const FName& TrackName) | FinalNative+1 flags | | 0x28 |
| void AddInterpLinearColor(UCurveLinearColor* LinearColorCurve, const FScriptDelegate& InterpFunc, const FName& PropertyName, const FName& TrackName) | FinalNative+1 flags | | 0x28 |
| void AddInterpFloat(UCurveFloat* FloatCurve, const FScriptDelegate& InterpFunc, const FName& PropertyName, const FName& TrackName) | FinalNative+1 flags | | 0x28 |
| void AddEvent(float Time, const FScriptDelegate& EventFunc) | FinalNative+1 flags | | 0x14 |