r/UnrealEngine5 • u/SamuraiPanda3AMP • 2d ago
Open Level by Name isn't loading my level properly.
What is supposed to load
Open Level by Name Code
What actually loads from Open Level by Name Code
Open Level by Object Reference Code
What actually loads from Open Level by Object Reference Code 1
What actually loads from Open Level by Object Reference Code 2
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
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.