Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Virtualization > API/Runtime/Core/Virtualization/IVirtualizationSystem > API/Runtime/Core/Virtualization/IVirtualizationSystem/TryRehydratePackages
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Virtualization/VirtualizationSystem.h |
| Include | #include "Virtualization/VirtualizationSystem.h" |
FRehydrationResult TryRehydratePackages
&40;
TConstArrayView< FString > PackagePaths,
ERehydrationOptions Options
&41;
Remarks
Runs the rehydration process on a set of packages. This involves downloading virtualized payloads and placing them back in the trailer of the given packages. A ERehydrationResult enum with the status of the process. If the status indicates any sort of failure then OutResultInfo.Errors should contain at least one entry.
Parameters
| Name | Description |
|---|---|
| PackagePaths | An array containing the absolute file paths of packages |
| Options | An enum bitfield containing various options for the process. |
| OutResultInfo | A struct that will contain info about the process. |