Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Virtualization
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Virtualization/VirtualizationSystem.h |
| Include | #include "Virtualization/VirtualizationSystem.h" |
Syntax
struct FRehydrationResult
Remarks
Contains the results of the package virtualization process
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FString > | CheckedOutPackages | A list of packages that were checked out of revision control during the process | |
| TArray< FText > | Errors | A list of errors encountered during the process | |
| TArray< FString > | RehydratedPackages | A list of packages that were actually rehydrated and had payloads added to local storage | |
| double | TimeTaken | The length of time that the process took in seconds |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Add an error message to the result | ||
| void | Add an error message to the result | ||
| int32 | GetNumErrors () |
Returns how many errors the process has currently encountered | |
| bool | Returns if the rehydration process succeeded or not |