Initial GameInfo

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

chacha

New Member
Feb 10, 2004
4
0
0
How to set initial GameInfo?? When runtime starts up - it always uses the default GameInfo not mine. My custom game info only starts up when i load a map.
I need tu use my own game info, because the HUD is being assigned in the gameinfo code - and when loading level with the default gameinfo and default hud, olny a small blue 'loading' apears - so I wrote my own hud subclass with nicer loading screen, but now it works olny if i have loaded already a map (then my gameinfo is started).. gg.. so I wanted to know how to set initial gameinfo??

How is loading screen created in other unreal projects??