This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d7edd5ebfac33212392ecb57f37dee96ea4f0fda
UnrealEngineUWP
/
Engine
/
Source
/
Developer
/
Zen
History
zousar shaker
134e776ed3
Avoid use of the socket subsystem's GetAddressFromString API because it doesn't do name resolving and limits us to IP addresses when connecting to ZenServer. Name resolving would cause potential stalls in the "IsLocalHost" check, so instead we're limiting ourselves to only considering a set of well-known strings as being localhost: {"localhost, "127.0.0.1", "[::1]"}.
...
#rb devin.doucette [CL 23836634 by zousar shaker in ue5-main branch]
2023-01-24 15:15:02 -05:00
..
Internal
Move Zen module public headers into an "Experimental" subfolder to have them reflect the feature status.
2022-12-09 16:11:41 -05:00
Private
Avoid use of the socket subsystem's GetAddressFromString API because it doesn't do name resolving and limits us to IP addresses when connecting to ZenServer. Name resolving would cause potential stalls in the "IsLocalHost" check, so instead we're limiting ourselves to only considering a set of well-known strings as being localhost: {"localhost, "127.0.0.1", "[::1]"}.
2023-01-24 15:15:02 -05:00
Public
/Experimental
Removed the callback system from core Analytics system. Fixed up analytics gathering in DerivedDataCache, Virtualization and HttpCacheStore
2023-01-11 14:28:01 -05:00
Zen.Build.cs
Removed the callback system from core Analytics system. Fixed up analytics gathering in DerivedDataCache, Virtualization and HttpCacheStore
2023-01-11 14:28:01 -05:00