Unmount content when mounting to extract the images.
This allows to read the full pak file from the mount point and not have the old data which caused the bug
[CL 26415934 by Eric Knapik in 5.3 branch]
#rb Per.Larsson
#jira UE-164800
#preflight 638620748b12eb83a79b7723
#lockdown mark.lintott
- When populating the starter content, IAssetTools::ImportAssets will load and return one of the packages containing an asset and FFeaturePackContentSource will attempt to save that asset. The load can kick off async compilation which can still be in progress when the save occurs and the save will cause the package to become detached from its file on disk.
- This introduces the classic thread safety issue between editor bulkdata and package detachment.
- For now we fix this by flushing async compilation before doing operations that we know can cause this problem.
- This fix can be removed once UE-140944 is done.
[CL 23325988 by paul chipchase in ue5-main branch]
- Deprecation warnings will show up in C# log, C++ log and in editor as a load warning
- Next changelist will use the system to make some replacements
#rb david.hibbits
#jira UE-130960
#preflight 631f3c4194758d0bf225bd95
[CL 21974033 by josh adams in ue5-main branch]
Removed redundant private include paths from build.cs files.
Fixed include paths to be relative to the private or public folders.
Hid or removed includes that reached into other private module folders.
Updated PublicInclude paths when necessary.
#jira
#preflight 631e283bec5b0c765fc0ffdb
[CL 21960084 by bryan sefcik in ue5-main branch]
Changelist 19230249 swapped out the SWidgetCarouselWithNavigation widget in the Add Feature or Content Pack window in Release-5.0 to avoid a rendering bug in SFxWidget. That bug has been fixed in Main, so we can re-enable the SWidgetCarouselWithNavigation.
#rb sebastian.nordgren
#preflight 6220ea377b383ac2989955db
#jira none
[CL 19266035 by Robb Surridge in ue5-main branch]
There are currently no intentions to add multiple screenshots, so the previous SCarouselWidget was unnecessary anyway, but the decision can be revisited in the future if desired.
#jira UE-137893
#rb vincent.gauthier
#preflight 621f950b37049be51729f04b
#lockdown jeanmichel.dignard
#ROBOMERGE-AUTHOR: sebastian.nordgren
#ROBOMERGE-SOURCE: CL 19224003 via CL 19226249 via CL 19226380 via CL 19226582 via CL 19226745
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v921-19075845)
[CL 19230249 by sebastian nordgren in ue5-main branch]
Fixed several standards-breaking uses of auto and lots of const-incorrect code.
#rb paul.chipchase
#jira UE-139606
#preflight 61f2b405f50f352300cc6bee
#preflight 61f7f0ece55232619f85d472
#ROBOMERGE-AUTHOR: sebastian.nordgren
#ROBOMERGE-SOURCE: CL 18789263 in //UE5/Release-5.0/... via CL 18789286 via CL 18789396
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v908-18788545)
[CL 18789852 by sebastian nordgren in ue5-main branch]
#rnx
#rb none
#ROBOMERGE-SOURCE: CL 10869241 via CL 10869527 via CL 10869904
#ROBOMERGE-BOT: (v613-10869866)
[CL 10870586 by ryan durand in Main branch]
Fix up nearby cases where ESearchCase::CaseSensitive should have been used
#jira
#rnx
#rb
#ROBOMERGE-OWNER: marc.audy
#ROBOMERGE-AUTHOR: marc.audy
#ROBOMERGE-SOURCE: CL 10309793 via CL 10309818
#ROBOMERGE-BOT: (v593-10286020)
[CL 10309932 by marc audy in Main branch]