- Add Version Info to GetContentState
[at]Daniel.Lamb
#ROBOMERGE-SOURCE: CL 10073808 via CL 10073823 via CL 10073831 via CL 10073836
#ROBOMERGE-BOT: (v574-10069753)
[CL 10075039 by justin marcus in Main branch]
- Created Install Bundle Types as a place to put shared types
- Created Install Bundle Utils as a place to put shared utilities
- Removed unused API functionality - TestUpdateContent, RequestRemoveContent, IsActive
- Removed unused debug functionality
- Added InstallBundleSource Interface and made a bulk bundle source and a BPS bundle source
- Created a "NEW" bundle manager that can use the sources, this will allow me to do incremental checkins for the refactor without chaning the existing implementation.
- Move a bunch of helper types that now need slightly different implentations into the namespace of their respective classes so they can co-exist
- "NEW" bundle manager can be fully initialized with any combination of bundle sources
- Bulk and BPS bundle sources can be fully initialized
[at]Daniel.Lamb [at]Hongyi.Yu
#rb @Daniel.Lamb
#ROBOMERGE-OWNER: Justin.Marcus
#ROBOMERGE-AUTHOR: justin.marcus
#ROBOMERGE-SOURCE: CL 9791806 via CL 9791840 via CL 9791869
#ROBOMERGE-BOT: (v545-9751379)
[CL 9793114 by Justin Marcus in Main branch]
Better handling of init error delegates.
PreloadScreen:
Allow an analytics factory to be passed in on Init.
[at]Daniel.Lamb [at]Thomas.Ross
#ROBOMERGE-SOURCE: CL 9480517 via CL 9480524 via CL 9480526
#ROBOMERGE-BOT: (v508-9471939)
[CL 9480533 by justin marcus in Main branch]
[at]Daniel.Lamb [at]Thomas.Ross
#ROBOMERGE-SOURCE: CL 8233628 via CL 8233646 via CL 8242228
#ROBOMERGE-BOT: (v401-8057353)
[CL 8242320 by justin marcus in Main branch]
- Add TestUpdateContent() which simulates calling RequestUpdateContent() and returns which bundles are already enqueued and which bundles would be enqued. This allows code to wait on bundles and setup progress tracking without having to be responsible for requesting them.
#JIRA
[at]Daniel.Lamb
#ROBOMERGE-SOURCE: CL 8192682 via CL 8194174 via CL 8207963
#ROBOMERGE-BOT: (v401-8057353)
[CL 8208128 by justin marcus in Main branch]
[at]Daniel.Lamb [at]Thomas.Ross
#ROBOMERGE-SOURCE: CL 8129730 via CL 8129735 via CL 8133455
#ROBOMERGE-BOT: (v401-8057353)
[CL 8159454 by justin marcus in Main branch]
[at]Thomas.Ross [at]Daniel.Lamb
#ROBOMERGE-SOURCE: CL 7842003 via CL 7842009 via CL 7842010 via CL 7860819
#ROBOMERGE-BOT: (v389-7813075)
[CL 7860867 by justin marcus in Main branch]
- Add ability to force a full install.
- Add ability to query full install size specifically.
[at]Thomas.Ross
#ROBOMERGE-SOURCE: CL 7623546 via CL 7623547 via CL 7635140
#ROBOMERGE-BOT: (v372-7473910)
[CL 7635202 by justin marcus in Main branch]
[FYI] Justin.Marcus
#ROBOMERGE-SOURCE: CL 7445561 via CL 7446165 via CL 7450457
#ROBOMERGE-BOT: (v371-7306989)
[CL 7450607 by bob tellez in Main branch]
-Add FileExistsInPlatformPackage() to platform misc
-Add HasBuildMetaData() to bundle manager interface
[at]Thomas.Ross [at]Daniel.Lamb [at]Hongyi.Yu
#ROBOMERGE-SOURCE: CL 7437649 via CL 7437657 via CL 7438904
#ROBOMERGE-BOT: (v371-7306989)
[CL 7438929 by justin marcus in Main branch]
#rb none
#tests iOS Client
[at]Justin.Marcus
#ROBOMERGE-SOURCE: CL 7012594 via CL 7012609 via CL 7020657
#ROBOMERGE-BOT: (v367-6836689)
[CL 7020737 by thomas ross in Main branch]
[at]Thomas.Ross [at]Daniel.Lamb
[FYI] [at]Taylor.Thompson
#ROBOMERGE-SOURCE: CL 6633657 via CL 6633692 via CL 6636318 via CL 6639521
#ROBOMERGE-BOT: (vundefined-6620334)
[CL 6639831 by justin marcus in Main branch]
Add transient user setting bResumeUserCanceledOrPausedDownload. When set, it will allow user paused or canceled downloads to resume.
[at]Daniel.Lamb [at]Thomas.Ross
[FYI] [at]Taylor.Thompson
#ROBOMERGE-OWNER: justin.marcus
#ROBOMERGE-AUTHOR: justin.marcus
#ROBOMERGE-SOURCE: CL 5812816 via CL 5812938 via CL 5814421 via CL 5816198
[CL 5816297 by justin marcus in Main branch]
-Don't lose background download progress when pausing downloads due to moving on and off cellular.
-Install bundle manager no longer cancels requests due to network connectivity changes. Instead, it pauses them.
-Make sure UserCancelledError has priorority over any other bundle error.
-Add function for Background HTTP to return whether or not the generic implementation is being used.
--On generic platforms, bundle manager pauses background downloads because the OS will not keep them alive.
[at]Daniel.Lamb [at]Thomas.Ross
#ROBOMERGE-SOURCE: CL 5774184 via CL 5774192 via CL 5774247 via CL 5774671
[CL 5774693 by justin marcus in Main branch]
- Pause background downloads instead of canceling bundle install when failing over to cellular. This should prevent losing active background http progress on IOS. It doesn't help on Android right now.
- All the check cellular flag to be cleared on a bundle after it is already enqued in order to restart the download on cellular if the user OKs it.
[at]Daniel.Lamb [at]Thomas.Ross
#ROBOMERGE-SOURCE: CL 5677826 via CL 5677828 via CL 5677829 via CL 5677830 via CL 5681702
[CL 5681705 by justin marcus in Main branch]
Stop using a define to determine whether launch engine loop should mount paks and load shaderlibs. Instead, see if bundle manager is going to do it.
Fix shader binaries not being fully cached on Android because cache was being opened too early.
#rb none
#ROBOMERGE-SOURCE: CL 5432919 via CL 5437672
[CL 5437750 by allan bentham in Main branch]
Merge conflict.
justin.marcus, please merge this change by hand.
More info at https://robomerge.epicgames.net#FORTNITE
/src/robomerge_ue4_main_01/Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformMisc.cpp - merging //Fortnite/Dev-EngineMerge/Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformMisc.cpp#3
/src/robomerge_ue4_main_01/Engine/Source/Runtime/Core/Private/GenericPlatform/GenericWidePlatformString.cpp - merging //Fortnite/Dev-EngineMerge/Engine/Source/Runtime/Core/Private/GenericPlatform/GenericWidePlatformString.cpp#4
/src/robomerge_ue4_main_01/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h - merging //Fortnite/Dev-EngineMerge/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h#3
--------------------------------------
Merging //Fortnite/Dev-Kairos to Main (//Fortnite/Main)
Get Install Bundle Manager and dependcies building in main.
#ROBOMERGE-SOURCE: CL 4949345 via CL 4952070
#rb none
[CL 4961624 by justin marcus in Main branch]