![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <VirtualizationSystem.h>
Public Member Functions | |
| bool | WasSuccessful () const |
| void | AddError (const FText &ErrorMsg) |
| void | AddError (FText &&ErrorMsg) |
| int32 | GetNumErrors () const |
Public Attributes | |
| TArray< FText > | Errors |
| TArray< FString > | RehydratedPackages |
| TArray< FString > | CheckedOutPackages |
| double | TimeTaken = 0.0 |
| uint64 | PreOperationSize = 0 |
| uint64 | PostOperationSize = 0 |
Contains the results of the package virtualization process
Add an error message to the result
Add an error message to the result
|
inline |
Returns how many errors the process has currently encountered
|
inline |
| TArray<FString> UE::Virtualization::FRehydrationResult::CheckedOutPackages |
A list of packages that were checked out of revision control during the process
A list of errors encountered during the process
| uint64 UE::Virtualization::FRehydrationResult::PostOperationSize = 0 |
The total size of the packages that actually were rehydrated after they have been modified
| uint64 UE::Virtualization::FRehydrationResult::PreOperationSize = 0 |
The total size of the packages that actually were rehydrated before they were modified
| TArray<FString> UE::Virtualization::FRehydrationResult::RehydratedPackages |
A list of packages that were actually rehydrated and had payloads added to local storage
| double UE::Virtualization::FRehydrationResult::TimeTaken = 0.0 |
The length of time that the process took in seconds