How to get the initialization progress of the game

All about user interface, be it customizing built-in UIs or adding new ones.
Post Reply
a820715049
Posts: 6
Joined: 14 Apr 2021 11:57

How to get the initialization progress of the game

Post by a820715049 »

The initialization ui, will be displayed at the beginning of the game. I want to show the initialization progress in the initialization ui.

Elringus
admin
Posts: 521
Joined: 11 May 2020 18:03

Re: How to get the initialization progress of the game

Post by Elringus »

Use Engine.OnInitializationProgress event to listen for the progress changed events.

Post Reply