I want make a field when i get inside it teleport me

I want to create a field that teleports me when I enter it. Cupe is ready, box collision is ready but I don’t have blueprint information. Give me blueprints.

You could use an OnOverlap Event for your box, and then use the Teleport node: Teleport | Unreal Engine Documentation

Or use a SetPawnLocation, or Set Actor Location

1 Like

I want he teleports me b level from a level

So if by level you mean map, you could try Open Level by Name.

If not, you please add more detail to your question?

2 Likes

last problem I want it to work once inside box collision

1 Like

In the Blueprint Graph, you can select the box, and then down on the right side of its details panel, you can select different events.

The one you probably want is OnBeginOverlap or OnActorBeginOverlap.

1 Like

thank you. if that work i tick solution

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.