Summary
In UEFN 41.20, repeated fresh launches of the same saved project snapshot produce inconsistent M-menu and map initialization.
Project settings:
- Display Scoreboard = On
- Display Overview Map = On
- No HUD Controller is present
- No Verse code hides or disables these UI elements
Observed results across three consecutive launches:
Launch 1:
- Scoreboard and Overview appeared
- Map markers were positioned incorrectly
Launch 2:
- Scoreboard and Overview appeared
- Map markers were correct
Launch 3:
- Scoreboard and Overview were missing
- Map markers were correct
The same saved snapshot and equivalent startup conditions were used for all three launches.
Log comparison showed:
- The successful launch registered the Overview and Scoreboard UI extensions
- The failed launch never received or registered those UI extensions
- Two launches with nearly identical startup behavior produced different results
- Incorrect map markers were associated with fallback map bounds instead of the project’s normal map bounds
The issue is intermittent and occurs without changing the project configuration between launches.
Please select what you are reporting on:
Unreal Editor for Fortnite
What Type of Bug are you experiencing?
Assets
Steps to Reproduce
-
Open a UEFN project in UEFN 41.20.
-
Enable:
- Display Scoreboard
- Display Overview Map
-
Confirm that no HUD Controller or Verse logic is hiding or disabling the Scoreboard, Overview, or M-menu.
-
Save the project.
-
Launch a fresh edit session and start the game.
-
Open the Map key menu.
-
Check whether the Scoreboard and Overview tabs are present.
-
Check whether the objective markers are positioned correctly on the Map tab.
-
End and fully disconnect the session.
-
Repeat the fresh launch several times without changing or saving the project.
The issue is intermittent, so several launches may be required to reproduce each result.
Expected Result
Every launch should consistently display:
- Scoreboard tab
- Overview tab
- Correctly positioned map markers
Because Display Scoreboard and Display Overview Map are enabled, these UI elements should register and appear on every launch without requiring any project changes.
Observed Result
Identical fresh launches of the same saved project revision produce different results.
Launch 1:
- Scoreboard present
- Overview present
- Map markers incorrectly positioned
Launch 2:
- Scoreboard present
- Overview present
- Map markers correctly positioned
Launch 3:
- Scoreboard missing
- Overview missing
- Map markers correctly positioned
During the successful launches, the client registered the Overview and Scoreboard UI extensions.
During the failed launch:
- No Overview UI-extension registration occurred
- No Scoreboard UI-extension registration occurred
The project settings, saved revision, and general startup conditions were unchanged between launches.
Platform(s)
windows