Files
UnrealEngineUWP/Engine/Source/Editor/SequenceRecorder
matt johnson 59afa7ea7d MovieScene: remove TimecodeSource property stored directly on UMovieScene
These changes remove the last remnants of the TimecodeSource property that
was being stored directly on UMovieScene. UMovieScene is a container that may
represent multiple pieces of media as UMovieSceneSections, each of which may
have their own distinct TimecodeSource. The sections themselves manage setting
their own TimecodeSource when they are recorded or created from a piece of media.

Client code that is interested in the earliest TimecodeSource of any section in a movie
scene should use UMovieScene::GetEarliestTimecodeSource().

#rb max.chen
#preflight 61e9bd06ab6e1cc028b89f96

#ROBOMERGE-AUTHOR: matt.johnson
#ROBOMERGE-SOURCE: CL 18681887 in //UE5/Release-5.0/... via CL 18681942 via CL 18682001
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v902-18672795)

[CL 18682068 by matt johnson in ue5-main branch]
2022-01-20 16:51:11 -05:00
..