I’m attempting to make a simple loading screen in UMG. My blueprint is below:
I’ve tested it by removing the 2nd “remove from viewport” for the loading screen wdiget and it shows up once the level is loaded. But for some reason the loading screen does not pop up before the level load (or at least doesn’t visually appear to do so).
I was also wondering if it was possible to determine % completion on level load so that I could add a progress bar to the loading screen widget.
Thanks!