Third person not showing under default game mode


Is there some kind of addon that I was supposed to install? I am very new to using unreal engine.

No addons are needed, and “third person” should not appear there. The Game Mode you selected at the top provides the default framework classes you see. Third Person usually refers to a Character which is a highly specialised Pawn.

  • create your own Game Mode class
  • create your own Character class
  • give it a springarm and a camera to make it 3rd person
  • assign the Character to the Game Mode
  • assign the Game Mode to the level

Have a look:

1 Like