The initialization ui, will be displayed at the beginning of the game. I want to show the initialization progress in the initialization ui.
How to get the initialization progress of the game
-
- Posts: 6
- Joined: 14 Apr 2021 11:57
-
- admin
- Posts: 538
- Joined: 11 May 2020 18:03
Re: How to get the initialization progress of the game
Use Engine.OnInitializationProgress
event to listen for the progress changed events.