truong-bui / AsyncLoadingScreen

Async Loading Screen is a free and open-source plugin for Unreal Engine. Async Loading Screen allows you to easily configure a Loading Screen System in the project settings, and automatically add a Loading Screen whenever you open a new level, without Level Streaming.
https://www.unrealengine.com/marketplace/en-US/product/async-loading-screen
MIT License
776 stars 98 forks source link

Change start-up movie clip resolution (UE 4.27.2) #62

Open JumpingPlasticine opened 1 year ago

JumpingPlasticine commented 1 year ago

Hello,

Is there an option/ way for the plugin to play movie files in resolution set by the user ? E.g. some kind of event pre-construct that allows the engine to load users config file before it starts playing the movie ? I managed to do it only after the movie finishes/loads a new map that loads the config which causes a resolution "jump" between the movie and actual game screen.