I have a requirement where in, when the game is started, there should be a certain movement (as if player is walking some distance) and then the game will start.
I understand I will have to write a blue print event on game start and adjust the position of the player capsule component.
Please suggest me how to get this done.
But I am not able to implement this as “move component to” functionality is available only for static mesh.