Converting 3rd Person to 1st Person

I am looking into switching my game character from the default of arms and a gun into the full body character. I am unable to restart with a different template as what I currently have is important and took my slow mind quite a while to implement. While changing to the full body character I also need to be able to make it have a first person view. So my question is whether anyone has tutorials or an easier way of doing this rather than my current idea which is going through the third person unreal engine tutorials that I will link below.

Thanks

Hello,
check how the character and bots are made in the shooter example. you have both mesh in the same blueprint. With a toggle visibility and a camera move it would be ok.