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

COMMON LOADING SCREEN 1.0.3

GENERAL

  • 3 Splash Screens are now available
    Black
    Loading
    Image

    Black is a black loading screen
    Loading is a loading screen with “LOADING…” in the middle
    Image will display a custom image in the center of the screen
  • Splash Screen Configuration will appear when you have selected “IMAGE” as Splash Screen Type