Changelists 2411337,2414292,2428899,2430335,2433660,2434546,2435756,2438661,2439790,2444814,2444819,2444840,2444841,2445207,2445270
[CL 2452515 by Eric Newman in Main branch]
CL 2381661 - Fortnite Chat/Friends: Added minimum size and 'Add Friends' message to empty friends list panel.
CL 2388456 - Fortnite/Portal: FriendsAndChat - UI updates to match mockups. Online status button style changed. Added friend action dropdown button and inline actions to friend items. Various additional style tweaks. Adjusted portal friends window and style to work with these changes too.
CL 2388970 - Fix Mac/Linux builds of Fortnite editor
[CL 2391256 by Chris Wood in Main branch]
#jira OPP-1643 Social: Player can not join another player from the portal friends list.
#jira OPP-1697 Disable join button if no access to fornite or not installed
#jira OPP-1696 Pass -invitesession=<session id> -invitefrom=<friend id> when launching fortnite
#jira OPP-1629 SOCIAL: Users are not immediately being sorted by online/offline status
[CL 2371452 by Nicholas Davies in Main branch]
Includes following engine changes:
Getting display metrics only once at construct time when using SSafeZone. GetDisplayMetrics is expensive in Windows so it is impractical to call it every frame.
- Some AI API improvements, mostly switchig pointer function parameters to references.
- minor refactor of UCrowdFollowingComponent's queryinf functions:
- IsCrowd*Enabled functions refactored to IsCrowd*Active
- implemented IsCrowd*Enabled that return acrual values of relevant properties
- Added a function to CrowdManager to query for location of agents neighbouring given agent
Added support for PS4 touchpad-based cursor
You can now choose to skip synchronously scanning for asset data in object libraries and just use the data that is currently in the asset registry. The data will be refereshed automatically later once the global scan completes. The only applies to non-commandlet editor instances.
Crash fixes for trying to access NULL Metal surfaces on IOS
Slate: Cleaned up some atlas code related to padding and corrected some comments
[CL 2347323 by Ben Zeigler in Main branch]