Sometimes this works. Sometimes it does not.
A widget button is pressed that triggers an event on the owning client that get’s their player state bp and uses it to trigger another event via interface. The player state event then triggers an event to run on the server.
Widget BP:
Playerstate BP:
Sometimes it works…
But other times the server RPC does not fire because the player state returns nothing as its owner.
This is very frustrating.