Unreal Engine. Change Third-Person Character to a First-Person

Artem Diashkin
LITSLINK
Published in
3 min readFeb 19, 2021

--

Let’s take a look at how we can easily change our third-person character to a first person with a simple camera position change

This story is a continuation of this story (object interaction):

… or you could just create a simple 3d-person Unreal project, and start from a scratch.

What we will be implementing (gif):

Let’s begin…

Double-click on your character Blueprint file, CustomCharacter in our case (inherited from the ThirdPersonCharacter):

--

--