COMMON LOADING SCREEN 1.0.4

GENERAL

  • Moved CommonLoadingScreen settings to it’s own module, existing DefaultGame.ini has to be updated to use the correct Settings

DefaultGame.ini updates

Update DefaultGame.ini config section for the loading screen to use the new settings module

OLD

[/Script/CommonLoadingScreen.CommonLoadingScreenSettings]
CommonLoadingScreen.ShowLoadingScreenAdditionalSecs=3.000000
LogLoadingScreenHeartbeatInterval=2.000000
SplashScreenImage=/Game/testing_1.testing_1

NEW

[/Script/CommonLoadingSettings.CommonLoadingScreenSettings]
CommonLoadingScreen.ShowLoadingScreenAdditionalSecs=3.000000
LogLoadingScreenHeartbeatInterval=2.000000
SplashScreenImage=/Game/testing_1.testing_1
  • It’s now possible to customize the LOADING Splash Screen Text
  • Added 2 new events that are triggered when a new map is being loaded and has finished loading
  • Added a function to get the current map being loaded