(UMG)Widget dont show from GameInstance

You shouldn’t use delays in that way. If a users computer lags, it could still be null after the delay (Rare but possible). You can create an event in the game instance to be called by the playercontroller on the player controller’s BeginPlay (100% stable)

2 Likes