Advanced Sessions Plugin

Can a (listen) server use a connecting player’s PlayerController and get their unique net id and use “Get Steam Friend Avatar”? I’m trying to display everyone’s names and avatars in a lobby but I’m having a real tough time with the clients. When I try to use “Get Steam Friend Avatar” on the server to get a client’s avatar, it fails.

But if I try to run “GetUniqueNetID” on the client, it returns a bad net id. So do I have to get the net ID on the server, send it to the client and have the client get the avatar and send it back to the server? That seems SUPER clunky if that’s the case…