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 FVirtualizationResult
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 > | DescriptionTags | A list of tags associated with the group of packages that were virtualized | |
| TArray< FText > | Errors | A list of errors encountered during the process | |
| double | TimeTaken | The length of time that the process took in seconds | |
| TArray< FString > | VirtualizedPackages | A list of packages that were actually virtualized and had locally stored payloads removed |
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 virtualization process succeeded or not |