Hay, so I’m working on a multiplayer game using the VR expansion.
in the game i an trying to add a real-time scoreboard.
if one of the players places an actor he/she is holding on the right trigger Box a point is added to that player on the scoreboard for him and every other player to see.
for that i need the server to know what player controller held the actor when it was placed on the right trigger.
How do I get the Player controller from the “IsHeld” Node?