Dedicated Server and World Partitioning (MissingLevelPackage)

Im getting this warning. Nothing to worry about right?
image

Also the issue didn’t go away for me after rebuilding. It still says missing level package

Apparently ApplyCVars does nothing in 5.4. I’m not sure why @alexdjq included it. You can remove the call to it (I’m going to remove it in my post).

I’m not sure why you’re still having the issue. Do note that the proposed fix is only for 5.4 and if you’re running a PIE client and a packaged dedicated server. If that is not your scenario, this fix will not do anything for you and you have a different root issue.

This is the only fix that worked for us in 5.6.1. Ty.

(post deleted by author)

I found the issue causing issues with a PIE client & uncooked server in 5.6+ (currently 5.7 Preview 1 still has the issue). The commit that caused the “regression” is https://github.com/EpicGames/UnrealEngine/commit/b5615bf40a5c51140016194e52f84ef58b2a56fc.

You can revert to the old behavior with the -pieviaconsole command line flag when running the uncooked server (e.g. UnrealEditor.exe YourProject.uproject -server -pieviaconsole …). Though this may introduce issues (that I’m not aware of) that the commit was fixing.