TopDown RPG Template

Hello @lordnovas . In programming, override means “create a child class”. So to override the **CharacterInMenu **class, right click on it and select “Create child blueprint”.
By the way, in the demo, **KnightCharacterInMenu **and **MagusCharacterInMenu **already inherit from the **CharacterInMenu **class. So you can copy those classes and rename them.