You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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]