I know that ACharacter is a subclass of AActor. I also think that APawn is a subclass of AActor. I’m not sure how I can either of them as an AActor if that would work. If I want to compare OtherActor an AActor with GetPlayerCharacter which is an ACharacter, I think I would have to cast ACharacter to an AActor if that’s possible.