UE2 - UT2kX How can be determined ip addresses within connection

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

LightFusion

New Member
May 21, 2014
4
0
1
Im working with game that run with custom server(its fully C++ mostly not unreal like server)
So i cant use native functins GetServerNetWorkaddress, simply it doesnt writing it there ! So i was wondering is there a way to determine ip address through connection, i was able to get my local address with ipdrv, but can it be used in this way ? In plus i can send some simple info on server, by special native functions, or recive a lot of info from server( by native functions).

Im loorking with this over a week! can someone pls help me.