ue4plugins / LoadingScreen

A plugin for Unreal Engine 4 to expose simple controls for managing load screens.
MIT License
507 stars 161 forks source link

Hide Loading Throbber when loading is complete while playing a Movie #18

Open sbnewsom opened 7 years ago

sbnewsom commented 7 years ago

How do you make the loading Throbber to disappear when loading is complete while a video is playing? I would like to relay to the user that the loading is complete and can be skipped.

HoaxXx commented 7 years ago

+1

Would be great if we could define a message to be displayed when loading finished (e.g. "Press any key to continue") - the way it is now, it conveys to the player that the loading still occurs, even though it is not the case.

sbnewsom commented 7 years ago

Although unlike my fix for exposing the loading to blueprint, I still haven't been able to integrate a "finished loading" trigger. Since someone actually is interested in the posibility, I may look into integrating it.

I'll add a setting to either "disappear throbber on finished loading" or "display string on finished loading".

Because even now, you can't tell when its finished loading and my users have to keep pressing keys until it skips cutscenes.