How to make Grow Maze Movement?

Hey @whaciathy,

So since this is going to be in 3D, we can break this down into several parts.

  1. First is turning. Assuming you are not going to have a player you are going to want to turn your camera/controller 90 degrees left or right depending on whether or not you press A or D, and your camera needs to turn 180 degrees if you press S. Check out this thread that accomplishes a similar goal:
  1. A little bit harder, what you are going to need to do is teleport your character in the direction you want to go, if that movement is possible when you press W. This can be done with a set of nodal points you have placed around your map with conditions or something similar. Check out this non-Epic affiliated tutorial that gives a teleporter example: