I’m making a simple portal to teleport , i’ve figured out the simple part of simply relocating the actor when it collides with the portal itself, but, for soem reason im not being able to make it rotate with the direction of the second portal.
For the teleportation method I created a variable in the portalBP which is an Actor (the destination portal)
Here i post 3 images: the map as it is, the portalBP’viewport and the portalBP’s graph…
(map)
(viewport)
(graph)
In the graph image(last one) i show 3 diferent methods I tried to rotate the character, noone of them worked.
I know this has been answered… quite a lot of times, but i can’t seem to find a solution.
Thanks in advance.