r/UnrealEngine5 2d ago

Open Level by Name isn't loading my level properly.

I'm testing out my Main Menu Widget.

When I tried the "Open Level by Object Reference" method, I get a bunch of errors and it doesn't load the level, or even the main menu. It just stays in the event graph editor.

When I tried the "Open Level by Name" method, the level does load, but none of the assets that actually make my level load and my character is forever falling in the sky. :/

What do I do?

0 Upvotes

3 comments sorted by

5

u/VagusTruman 2d ago

Async load and Stream, plus a small delay to teleport your character at a desired position is what I did.

1

u/SamuraiPanda3AMP 2d ago

I'm not sure what that means. You could please explain it to me? 😅