'Third Person Character' does not inherit from 'Player Controller' ( Cast To ThirdPersonCharacter would always fail).

You’re attempting to treat the Player Controller as if it was the Player. Comparable to calling the steering wheel a car. Instead:

Get Player Character → Cast To Third Person Character

1 Like