First Person to 3RD Persone Mode

Hi!

I have a first person game project and i need to change first person to 3rd persone mode.

How i create 3rd persone character in first persone game mode ?

Hey there

If all you want is to change your character to a ThirdPerson character, you can open or create any UE project with ThirdPerson template and migrate the default character to your current project like so

If you want to have a character that you can interpolate between First and Third person you can do that with 2 cameras inside the Character BP, there are many tutorials covernig that.

WoW! Thanks ) I’ll try it )