How do you access the PlayerState from the Tick and BeginPlay in C++?
I’m moving Tick code from Blueprints into C++ and some things seem like they aren’t available. I get an error that can’t access “this”, so this->PlayerState from a Static Function isn’t available.
It’s a PlayerController subclass.