Thank you for replying. That was what I was thinking. However, I get an error “class “AActor” has no member “Get Controller””.
GetOwner() is successfull however the GetController function is not. I can use GetInstigatingController() but not strait GetController();
I am guessing this has something to do with not having access to the pawn somehow. I am just not sure how to resolve it. So somehow mabye go ActorComponent → Actor → Pawn → GetController?>