How to create loading bar progress for loading Level in blueprint?

Hello! How to create loading bar progress for loading Level in blueprint?
Thanks.

Here’s a 4-part tutorial series going over this. This seems to be the only way to get a functioning loading bar using blueprints.

There a different way involving C++ apparently, but according to the documentation it isn’t void of issues:

Here’s a post mentioning it:

1 Like

Thank you.

You can use Easy Loading Screen Plugin
This plugin can show the loading screen and percentages when opening level.
You only need to call one function, usually using → “Open Level With UMG (By Object Reference)”
You don’t need to configure anything.
Uniformly update the percentage value:1%,2%,3%…98%,99%,100%