I’ve just started to learn Unreal Engine 4.26.2. I’m trying to cast a parameter in the OnHit method to a custom blueprint class, but it doesn’t appear:
Why I can’t cast Other Actor
to BP_Ball?
BP_Ball inherits from Pawn.
If I re parent the BP_Ball to Actor, it appears in the casting:
If I reparent blueprint BP_Ball to Pawn, it appears in the casting:
I’m getting crazy working with Unreal.