Level Instance actor does not load level in packaged build.

Update: So i tried putting this into my level generator although i needed it to be a soft reference since i was getting an error when trying to save the asset if it put the Level asset directly into the is_valid.

Here is how i ended up doing it:

Here is what i get in a packaged build:

Additionally. When i ditch the soft reference and just put the level directly into the is_valid it says the following:
image

This is the error i get when change it like this:

Amy ideas what the problem is?