![]() |
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< FText > | DescriptionTags |
| TArray< FString > | VirtualizedPackages |
| 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::FVirtualizationResult::CheckedOutPackages |
A list of packages that were checked out of revision control during the process
A list of tags associated with the group of packages that were virtualized
A list of errors encountered during the process
| uint64 UE::Virtualization::FVirtualizationResult::PostOperationSize = 0 |
The total size of the packages that actually were virtualized after they have been modified
| uint64 UE::Virtualization::FVirtualizationResult::PreOperationSize = 0 |
The total size of the packages that actually were virtualized before they were modified
| double UE::Virtualization::FVirtualizationResult::TimeTaken = 0.0 |
The length of time that the process took in seconds
| TArray<FString> UE::Virtualization::FVirtualizationResult::VirtualizedPackages |
A list of packages that were actually virtualized and had locally stored payloads removed