Navigation
API > API/Developer > API/Developer/Virtualization
The functions in this header are not set in stone and are likely to be changed without warning. Once they are finalized they can be moved to the public utils header for general use.
| Name | UE::Virtualization::Utils::ETrailerFailedReason |
| Type | enum |
| Header File | /Engine/Source/Developer/Virtualization/Public/VirtualizationUtilities.h |
| Include Path | #include "VirtualizationUtilities.h" |
Syntax
namespace UE
{
namespace Virtualization
{
namespace Utils
{
enum ETrailerFailedReason
{
NotFound,
InvalidSummary,
OutOfDate,
Unknown,
}
}
}
}
Values
| Name | Remarks |
|---|---|
| NotFound | Could not open the package for reading |
| InvalidSummary | The header of the package (summary) could not be read or was otherwise corrupted |
| OutOfDate | The package predates package version 1002 in which the package trailer was introduced |
| Unknown | The reason for the missing package trailer could not be determined |