Changing parent for the Character class

I want to have the Character class inherit from a Blueprint class I made.
That blueprint class inherits from Pawn so there shouldn’t be any problem with that to my knowledge. How can I do that?

I know C++, just not for UE but in the cpp file, Character doesn’t inherit from APawn but from FObjectInitializer so I’m not sure how that works…