I this case, would I be calling the possess function in the playercontroller class like… [ this->possess(mypawn) ]
or would a create in instance within mypawn and create a pointer object
MyPlayerController and then do [ MyPlayerController->possess(mypawn) ] ?
The answer to this question will allow me to visualize the connection