Hi. Probably in place your trying to get pawn your pawn is null ! Check it with debugger or simple printing in log. If you trying to bind delegates with pawn and controller look at controller
virtual void Possess(APawn* aPawn) override; function. Override this function in your controller, and do all your stuff here like: