Hello,
I’m working on a multiplayer game and I want to pass a parameter to the server when connecting to it.
I was thinking of passing parameters as described on that page : A new, community-hosted Unreal Engine Wiki - Announcements - Epic Developer Community Forums
In order to do that I’d like to get the IP adress of the SearchResult that is returned by the FindSession function.
I can’t find how to get this IP adress.
Thank you for your help.