* DirectoryNode/ChunkedDataNodeRef now use HordeApiVersion for versioning purposes, rather than their own custom versioning scheme. These blob types will serialize the most relevant Horde API version number they support into archives.
[CL 34207616 by ben marsh in ue5-main branch]
- currently only enabled when AutoSDK is configured (i.e. UE_SDKS_ROOT is set)
#jira UE-211151, UE-211152, UE-211153
#rb Josh.Adams, Wojciech.Krywult
[CL 34195340 by david harvey in ue5-main branch]
* Added so uba executor loads uba config file.
* Added config file which enables some options for cache client (validate cas outputs and disabling directory preparsing
[CL 34189093 by henrik karlsson in ue5-main branch]
Change the code generation of UHT for BP implementable events to check for any script implementations of the event.
If there are none, then just call directly into the native C++ implemenation of the function, saving us the cost of copying the function params to the script VM.
#rb Tim.Smith, dan.oconnor, ben.zeigler
#pf 6658815ace4032dd41b0218c
#jira UE-216491
#rnx
[CL 34177873 by dan oconnor in ue5-main branch]
[FYI] Ben.Marsh
Original CL Desc
-----------------------------------------------------------------
Horde: Update the last write time when extracting files from an archive, if present.
#rnx
[Backout] - CL34140380
[FYI] Ben.Marsh
Original CL Desc
-----------------------------------------------------------------
Horde: Add last modified times to file entries in bundles. Presence of a ModTime field is governed by the HasModTime flag in the FileEntry.
[Backout] - CL34141381
[FYI] Ben.Marsh
Original CL Desc
-----------------------------------------------------------------
Horde: Fix incorrect order of fields serialized to directory nodes.
#rnx
[CL 34147679 by bryan johnson in ue5-main branch]