| void SetStartFrameSeconds(UMovieSceneSection* Section, float StartTime) | FinalNative+2 flags | | 0x0C |
| void SetStartFrameBounded(UMovieSceneSection* Section, bool bIsBounded) | FinalNative+2 flags | | 0x09 |
| void SetStartFrame(UMovieSceneSection* Section, int32 StartFrame) | FinalNative+2 flags | | 0x0C |
| void SetRangeSeconds(UMovieSceneSection* Section, float StartTime, float EndTime) | FinalNative+2 flags | | 0x10 |
| void SetRange(UMovieSceneSection* Section, int32 StartFrame, int32 EndFrame) | FinalNative+2 flags | | 0x10 |
| void SetEndFrameSeconds(UMovieSceneSection* Section, float EndTime) | FinalNative+2 flags | | 0x0C |
| void SetEndFrameBounded(UMovieSceneSection* Section, bool bIsBounded) | FinalNative+2 flags | | 0x09 |
| void SetEndFrame(UMovieSceneSection* Section, int32 EndFrame) | FinalNative+2 flags | | 0x0C |
| bool HasStartFrame(UMovieSceneSection* Section) | FinalNative+2 flags | | 0x09 |
| bool HasEndFrame(UMovieSceneSection* Section) | FinalNative+2 flags | | 0x09 |
| float GetStartFrameSeconds(UMovieSceneSection* Section) | FinalNative+2 flags | | 0x0C |
| int32 GetStartFrame(UMovieSceneSection* Section) | FinalNative+2 flags | | 0x0C |
| int32 GetParentSequenceFrame(UMovieSceneSubSection* Section, int32 InFrame, UMovieSceneSequence* ParentSequence) | FinalNative+2 flags | | 0x1C |
| float GetEndFrameSeconds(UMovieSceneSection* Section) | FinalNative+2 flags | | 0x0C |
| int32 GetEndFrame(UMovieSceneSection* Section) | FinalNative+2 flags | | 0x0C |
| TArray<UMovieSceneScriptingChannel*> GetChannelsByType(UMovieSceneSection* Section, TSubclassOf<UMovieSceneScriptingChannel> ChannelType) | FinalNative+2 flags | | 0x20 |
| UMovieSceneScriptingChannel* GetChannel(UMovieSceneSection* Section, const FName& ChannelName) | FinalNative+2 flags | | 0x18 |
| float GetAutoSizeStartFrameSeconds(UMovieSceneSection* Section) | FinalNative+2 flags | | 0x0C |
| int32 GetAutoSizeStartFrame(UMovieSceneSection* Section) | FinalNative+2 flags | | 0x0C |
| bool GetAutoSizeHasStartFrame(UMovieSceneSection* Section) | FinalNative+2 flags | | 0x09 |
| bool GetAutoSizeHasEndFrame(UMovieSceneSection* Section) | FinalNative+2 flags | | 0x09 |
| float GetAutoSizeEndFrameSeconds(UMovieSceneSection* Section) | FinalNative+2 flags | | 0x0C |
| int32 GetAutoSizeEndFrame(UMovieSceneSection* Section) | FinalNative+2 flags | | 0x0C |
| TArray<UMovieSceneScriptingChannel*> GetAllChannels(UMovieSceneSection* Section) | FinalNative+2 flags | | 0x18 |