Some assistance needed.
Working on a Faction system. Currently suck on how to send another player an invitation to the faction.
I am able to get a list of all the players, but don’t know how to create the widget on the invited player.
Some assistance needed.
Working on a Faction system. Currently suck on how to send another player an invitation to the faction.
I am able to get a list of all the players, but don’t know how to create the widget on the invited player.
You need a reference to the Players character. Then RPC the server with a pointer to that character, then have the server RPC the owning client from its character.
You → Server → Them
Same flow if using Controller.