How to call Server function from client on a level placed Actor?

Unless the server also has your player set as owner, it will ignore the call.

Do you need to be able to use this from multiple players? Then I don’t think there’s a way other than adding a proxy function to the player controller (with a ptr to the actor) and have that call the actual function.