How to ACTUALLY Load Levels in Unreal and Make Loading Screens

preview_player
Показать описание
Loading levels is one of the most basic requirements for almost any game. And while Uneal engine provides you with some options, I see most people just using the simple " Open level" node, which is not that great. so today, let's talk about the proper way to do this!

Join this channel to get access to perks:

Рекомендации по теме
Комментарии
Автор

BTW if you don't want to use level streaming you can also:
1) async load Asset (using the level reference)
2) Display loading screen
3) When loading is completed use open level node

This removes most of the screen freeze incurred during the loading process.

IWillYeah
Автор

Why I haven't seen this video earlier. Thanks!

Eroktic
Автор

Honestly this'll help me a ton with a massive project I'm working on. Thank you for supplying your knowledge :)

noahbrewer
Автор

This was useful thank you. I love the fact that I finally have a solid way to actually include loading screens into my game. Because I have a feeling I am going to need them. So this was great. Thank you. I will probably replace the casting with an interface because casting isn't the preferred method but still a good tut so thank you.

VinoVenitas
Автор

You skipped promoting the LevelToLoad to a variable.

devinbrasher
Автор

One of the best video about async level load

rifat.ahammed
Автор

How to specify in a variable the same type "world" as you have specified for levels? I can't find it in the name dropdown when I assign a variable type?

artist_art_sol
Автор

Could you cover multiplayer level streaming/loading setups please?

Dan-codes
Автор

Great content. Just what I was looking for.

Flowerpot
Автор

Great tutorial! Thanks for making this

dmangamesSTUDIO
Автор

finally i found what i was looking for, but i still haven't found it, just a few actually, like how to combine it with a progress bar or percentage, so in the loading screen we can see how much longer

rzky
Автор

As you mentioned on 5:10, how would you enable visiblility of a speceific loaded level via blueprint? I've been struggeling with that a week now can't find the way.

MsomeleShow
Автор

I would like to text word partition myself, they say it doesn't work but I want to try it.

Skyrim
Автор

bro this was pure gold omfg thank you so much this + ur level streaming tutorial answer'd so many questions of mine ! Im finally understanding how the hell I'm gonna load all these 4K assest's I have without the players PC melting lol ! Thank you so much !

ryanjdevlin
Автор

Some people say in youtube that Level Streaming dont work very well and them say that is bether persistent levels and use a save system for this. And what about word partition? It work?

Skyrim
Автор

If I'm currently in Level 1 and I load a save game that is Level 3 it dumps the save game when Level 3 is loaded and you have to load it again to continue parsing data. Seems wrong to load the save game data twice? Are people doing it a different way because I don't see a why around it.

FPChris
Автор

Great Video, Thank you. Joined the discord

sum_rains
Автор

Just stumbled upon your channel and got to say there is some amazing content which is helping me a ton. But for some reason with this tutorial the first level loads fine but when I hit the part where it should switch to level 2 it just get stuck on the loading screen and does not progress further. Any idea why? (i'm using 5.4).

DJDCRYPTER
Автор

This is great please make more videos like this!

joel-BB
Автор

hi so i have maps that when loaded occupies the same space and when loaded they overlap how can i move them so they dont overlap each other

chris-xiuo