#friends,chat
- added global chat room functionality to chat UI
- currently auto-joins the public room "fortnite" on login and exists on logout
[CL 2353989 by Sam Zamani in Main branch]
Also ignore changes to viewport size that can't be seen, to avoid the whole page being rendered again when it becomes visible.
[CL 2351745 by Matthew Griffin in Main branch]
removed cook compression from IOS settings as they are already in rendering settings
UE-5083
UE-5081
#ios
[CL 2351663 by Peter Sauerbrei in Main branch]
Text : FNumberFormattingOptions now provides method-chainable settings for easily creating a static const instance.
#codereview Justin.Sargent,Jamie.Dale
[CL 2350380 by Nick Atamas in Main branch]
This was causing the focus to ultimately switch back to the widget that was already focused, however it was also causing IMEs to lose their current context. This force focus isn't needed, as the suggestions list is already set to not take focus when it's spawned.
[CL 2350270 by Jamie Dale in Main branch]
AActor::IsNetRelevantFor is now const and takes const parameters
UNetDriver::IsLevelInitializedForActor is now const and takes const parameters
UNetConnection::ClientHasInitializedLevelFor is now const
FNetGUIDCache::SupportsObject is now const
#codereview john.pollard
[CL 2350109 by Ryan Gerleve in Main branch]
- Changes from PR #560 (contributed by salamanderrake).
- KDevelop accessor plugin added (switched to it in settings).
- Closes UE-4724.
[CL 2348971 by Dmitry Rekman in Main branch]