Repeating Character Movement

Hi Everyone,

I currently am working on a project that creates benchmarks test with repeated movement. I am currently working on the open source Stack-o-Bot game and want to make it to where on the main level it repeats a set of movements for the bot and then download into the apk. So far I have tried to use the level sequencer tool and am trying a target points array BP Class.

My questions I have is 2 things. Any Help is appreciative.

  1. For the Level Sequencer I have gotten the movement to work but the game will spawn a second bot and the camera will attach to that and not the level sequence bot. How do I make it to where there is only one bot and the camera attaches to it?

  2. Is there a good tutorial for how to do the blueprint class as I seem to have some of the basics down but can’t actually get the movement to work. I attached my BP Below.