Would a base Pawn or Character class be better for creating enemies? I understand that the Character class has a MovementComponent attached already, but would there be any reason to choose Pawn over Character or vice versa for enemies? Or are there specific types of enemies where I would use one over the other?