Skip Loading Screen Movies Individually

The scenario is that I have 3 loading screen movies that play in sequence. The current behavior is that a mouse click or keypress will cause the system to skip all of the movies. What I would like to happen is to only skip the currently playing movie. That is - mouse or key press should just advance to the next loading screen movie in the sequence.

From looking at the code, it seems like I can do this by creating my own DefaultGameMoviePlayer and WindowsMovieStreamer classes. However I cannot find any documented way to tell the system to use my new versions of these classes. An alternative would be to modify the engine source, but that is not something I want to do right now.

Has anyone else done this? Any thoughts on a better way to make it happen?

Thanks

1 Like

Did you ever figure this out? Also, is there a way to put a widget with a click here to skip button