This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ad173b3ee2cb4d2f4cbc6d419fc2f227af15998c
UnrealEngineUWP
/
Engine
/
Source
/
Developer
/
Virtualization
/
Private
History
UnrealBot
73409369c0
Branch snapshot for CL 21319338
...
[CL 21319338 in ue5-main branch]
2022-08-10 16:03:37 +00:00
..
DumpPackagePayloadInfoCommand.cpp
The DumpPackagePayloadInfo console command now accepts fullobject paths as args as well as filepaths.
2022-08-09 10:47:23 -04:00
PackageRehydrationProcess.cpp
Add an opt in entry to the asset context menu that allows the user to re-hydrate a virtualized package.
2022-07-15 06:38:07 -04:00
PackageRehydrationProcess.h
Add a rehydration command to the stand alone virtualization tool, making it easier to reverse the effects of asset virtualization. Unlike previous processes, this one does not require that we load the package and will just manipulate the data storaged in the package trailer.
2022-07-07 06:54:33 -04:00
PackageUtils.cpp
Add a rehydration command to the stand alone virtualization tool, making it easier to reverse the effects of asset virtualization. Unlike previous processes, this one does not require that we load the package and will just manipulate the data storaged in the package trailer.
2022-07-07 06:54:33 -04:00
PackageUtils.h
Add a rehydration command to the stand alone virtualization tool, making it easier to reverse the effects of asset virtualization. Unlike previous processes, this one does not require that we load the package and will just manipulate the data storaged in the package trailer.
2022-07-07 06:54:33 -04:00
PackageVirtualizationProcess.cpp
Add a config file option to allow projects to customize (or disable) the tag applied to changelist descriptions once the asset virtualization process has run.
2022-07-22 03:58:27 -04:00
PackageVirtualizationProcess.h
Add a config file option to allow projects to customize (or disable) the tag applied to changelist descriptions once the asset virtualization process has run.
2022-07-22 03:58:27 -04:00
Virtualization.cpp
Rename PackageSubmissionChecks.cpp/.h to PackageVirtualizationProcess.cpp/.h as it better matches what it does.
2022-07-18 08:40:11 -04:00
VirtualizationDDCBackend.cpp
Reworked the config file set up for the DDCBackend to remove the chance of Fatal errors.
2022-07-21 10:44:47 -04:00
VirtualizationDDCBackend.h
The DDC virtualization backend now supports the batch push API
2022-06-02 09:04:45 -04:00
VirtualizationFileBackend.cpp
Branch snapshot for CL 21319338
2022-08-10 16:03:37 +00:00
VirtualizationFileBackend.h
…
VirtualizationFilterSettings.cpp
…
VirtualizationFilterSettings.h
…
VirtualizationHttpBackend.cpp
removing several PLATFORM_HOLOLENS references, mostly around WindowsHWrapper etc.
2022-05-27 07:04:22 -04:00
VirtualizationHttpBackend.h
…
VirtualizationManager.cpp
Renamed the config value [Core.VirtualizationModule].EnablePushToBackend to [Core.VirtualizationModule].EnablePayloadVirtualization so that it makes more sense
2022-08-10 09:43:35 -04:00
VirtualizationManager.h
Renamed the config value [Core.VirtualizationModule].EnablePushToBackend to [Core.VirtualizationModule].EnablePayloadVirtualization so that it makes more sense
2022-08-10 09:43:35 -04:00
VirtualizationSourceControlBackend.cpp
Add FSourceControlBackend support for storing virtualized payloads in a stream type depot.
2022-08-10 08:51:05 -04:00
VirtualizationSourceControlBackend.h
Add FSourceControlBackend support for storing virtualized payloads in a stream type depot.
2022-08-10 08:51:05 -04:00
VirtualizationSourceControlUtilities.cpp
…
VirtualizationSourceControlUtilities.h
…
VirtualizationUtilities.cpp
…
VirtualizationUtilities.h
…