from one level to another level

I can’t remember what it is called? but I want the character go from one level to another one. or/also telport from one spot to another one.

Here’s how you can teleport between location : https://answers.unrealengine.com/questions/27434/how-do-i-teleport-the-player-controller-to-a-new-l.html

Hi DavidJHarmon, I believe you are looking for level streaming. There are level streaming volumes located in the volumes section of the Placement mode menu. These are called via the level blueprint to call levels to be rendered. Have a great day!

[=DavidJHarmon;33144]
I can’t remember what it is called? but I want the character go from one level to another one. or/also telport from one spot to another one.
[/]

There is actually a very good tutorial/explanation included with the example content :slight_smile: It helped me loads.

But basically put it has to do with triggers(or whether or not you can see something) and this variable loads the level, its quite simple.