Can't see my landscape on a new level.

Hey all. Started a new level and for some reason nothing is visible when I hit play. It gets loaded by bp and isn’t set to not render or anything. very confused as to why.

It’s at 0, 0, 0 and so is the player start. The landscape just won’t render. Tried restarting and rebuilding.

Any help appreciated. Here’s my code

Hi PerCat

Make sure you set the level to visible after level load.
Are you sure you are loading all your sublevels? If your maps are set to BP loaded, without the “LoadStreamLevel” node, your maps will not be there.

272130-loadstreaminglevel.png

Are you sure it’s a case of your map isn’t rendering rather than loading at all. Could you check to see if your map objects actually exist? From what it looks like, it appears it is your map failing to load rather than it being a render issue.

Do you have any errors/warnings in the logs?

Wow. I figured it out turns out I put the code to generate it in it’s own level bp.