Hi, I’m working on a third person horror shooter and planning out the AI now, the player character is ready but i don’t want to code all the similar actions that the player shares. Instead, i was wondering if I can create a child blueprint class from the player character blueprint to inherit the actions, and modify it to create different enemy types.