FirstPerson Template : a real walk feeling ?

Hi guys !

I don’t know how can I get a real walk feeling with the first person template.
I want to move the camera up and down a little bit while the character is walking.

So if someone can explain to me the process :slight_smile:

LOL … I just did this last night … here are the quick steps.

1). Add a mesh to your Character BP.
2). Create a socket on your skeleton’s head, I called mine Camera.
3). Add a camera to your Character BP and place it under the mesh.
4). Set the socket for the camera to the Camera socket you created in Step 2.

Basically this attaches your camera to your skeleton and you will get whatever movement that the mesh is doing. You will know that this is working because inside the viewport of the character, you will see the camera moving along with the idle animation.

Skeleton:
711431ca7d8ba54c155cc5820bff235a709f9ddc.jpeg

Character
81a15d4ba057ae27028a5d74a04099c5b66c07ef.jpeg

Camera
f906cadfceade288589ee1fef4b61af6df583ea7.jpeg

Thank you !!!

I was looking for the same thing - thanks for this little how-to!