You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Makes connecting to cotf faster on some platforms. Removes warnings like: LogSockets: Warning: Could not serialize fe80::edc3:3284:5b1b:1f32%7, got error code SE_NO_ERROR [0] Makes the string shorter and more readable. Test: RunUAT.bat BuildCookRun -project=Samples\Games\ShooterGame\ShooterGame.uproject -platform=XYZ -config=development -build -cookonthefly -stage -run FileHostIp example on PC & android: Before: -filehostip=127.0.0.1+fe80::edc3:3284:5b1b:1f32%7+10.24.101.44+::1+127.0.0.1+fe80::58d4:b8b3:ff7a:4974%9+172.18.240.1 After : -filehostip=127.0.0.1+10.24.101.44+172.18.240.1 FileHostIp example on console: Before: -filehostip=127.0.0.1+fe80::edc3:3284:5b1b:1f32%7+10.24.101.44+::1+127.0.0.1+fe80::58d4:b8b3:ff7a:4974%9+172.18.240.1 After : -filehostip=10.24.101.44+172.18.240.1 #jira none #rb carlmagnus.nordin, per.larsson #rnx #preflight 62722ddafe45c124493258a8 [CL 20038819 by PJ Kack in ue5-main branch]