Unreal Engine 4 Tutorial: Level Transition (Load Next Level)

Channel:
Subscribers:
234
Published on ● Video Link: https://www.youtube.com/watch?v=9U_U7Dx9Ce4



Category:
Tutorial
Duration: 3:42
24,978 views
515


Get your character from one level to the next with a box collision.

This video is the basic and quick way to transition.
In this video we use a box collision to trigger the next level.

Keep in mind if you have a lot to load it can look weird while loading so you can also add a loading screen.

Here's how with a quick additional step.

A better way to transition is to create a loading screen widget (a widget with an image that covers the full screen that you want while the game loads.)
Once you create your loading screen widget add the following to the code you just learned in this video:

Open level from collision (like in this video):
-Overlap Node
- Cast to Character
- Create Widget (select your loading screen widget
- Add to viewport
- Delay (keep time at .2)
- Open level by name (insert name of level).

or

Open level from button or how ever you are triggering your next level to load:
-Button press or event for next level
- Create Widget (select your loading screen widget
- Add to viewport
- Delay (keep time at .2)
- Open level by name (insert name of level).




Other Videos By Blog Hoarder


2023-04-28⛳Small World Of Golf - Gameplay Trailer
2023-03-25Unreal Engine 4 Tutorial - How To Replace The UE4 Mannequin
2023-03-24Virgil Dumbfound - #01 Who's the Boss? - 25 second animated comic strip
2023-02-21Possible 🛸UFO Sighting 21Feb2023 Ontario, Canada🍁
2023-02-07Unreal Engine Tutorial - How To Package Project - Create Game File -
2023-01-04Unreal Engine 4 Tutorial - Widgets (main menu video widget & player hud)
2023-01-03Tank explodes and then time travels back before impact for a full recovery?! Battlefield 5
2022-02-27"Swipe Right" a short horror story - Audio -
2022-01-26Unreal Engine 4 Tutorial: How to create a Landscape Material and paint a Landscape. 2022
2021-12-23How To Add Background Music🎶 To A Level in Unreal Engine 4
2021-11-11Unreal Engine 4 Tutorial: Level Transition (Load Next Level)
2021-11-05Unreal Engine 4 Tutorial: Putting Collision On A Static Mesh
2021-10-31Unreal Engine 4 Tutorial: How to migrate assets
2021-10-06Flowlab.io Tutorial: How to add custom sound effects into your Flowlab game
2021-06-29How to upload a game asset to Flowlab/ Where to find game assets.
2021-06-27Let's Play - PGA Tour 2k21 - Gameplay
2021-06-27A Reading From: The Were Family of Wolftown (a children's book unsuitable for children)
2021-03-21Flowlab.io Tutorial: How to keep score of collectable items
2021-03-21Flowlab.io Tutorial: Character Health and Damage
2021-03-20Flowlab.io tutorial - Tank combat game/ How to shoot
2021-03-20Flowlab.io character movement tutorial



Tags:
unreal engine
unreal engine 4
tutorial
level
level transition
next level