Navigation
API > API/Runtime > API/Runtime/Core
Contains the results of the package virtualization process
| Name | FVirtualizationResult |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Virtualization/VirtualizationSystem.h |
| Include Path | #include "Virtualization/VirtualizationSystem.h" |
Syntax
struct FVirtualizationResult
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CheckedOutPackages | TArray< FString > | A list of packages that were checked out of revision control during the process | Virtualization/VirtualizationSystem.h | |
| DescriptionTags | TArray< FText > | A list of tags associated with the group of packages that were virtualized | Virtualization/VirtualizationSystem.h | |
| Errors | TArray< FText > | A list of errors encountered during the process | Virtualization/VirtualizationSystem.h | |
| PostOperationSize | uint64 | The total size of the packages that actually were virtualized after they have been modified | Virtualization/VirtualizationSystem.h | |
| PreOperationSize | uint64 | The total size of the packages that actually were virtualized before they were modified | Virtualization/VirtualizationSystem.h | |
| TimeTaken | double | The length of time that the process took in seconds | Virtualization/VirtualizationSystem.h | |
| VirtualizedPackages | TArray< FString > | A list of packages that were actually virtualized and had locally stored payloads removed | Virtualization/VirtualizationSystem.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Add an error message to the result | Virtualization/VirtualizationSystem.h | ||
| Add an error message to the result | Virtualization/VirtualizationSystem.h | ||
int32 GetNumErrors() |
Returns how many errors the process has currently encountered | Virtualization/VirtualizationSystem.h | |
bool WasSuccessful() |
Returns if the virtualization process succeeded or not | Virtualization/VirtualizationSystem.h |