Ever since the new Fortnite update for Chapter 6 started, I have been unable to load into my session for my map and I get errors every time I am waiting in the hub area as it is launching.
Please select what you are reporting on:
Unreal Editor for Fortnite
What Type of Bug are you experiencing?
Assets
Steps to Reproduce
Open UEFN and Launch Session
Expected Result
To actually load into the session successfully
Observed Result
I get eliminated in the waiting area and get errors and are completely unable to load into the map
According to your error log messages, seems like the path of the assets are too long.
This means that you have too deep nested folders, and the folders/files names are too long.
Windows has a limit of 256 characters by default for path length, and UE/UEFN usually enforces it, probably your cooking job is failing due to these long paths
Try organizing your project files in a different folder structure, trying to keep the path length low, and see if that fixes the problem for youâŚ