UE::Virtualization::Utils::ETrailerFailedReason

Unreal Engine C++ API Reference > Developer > Virtualization

References

   
Module Virtualization
Header /Engine/Source/Developer/Virtualization/Public/VirtualizationUtilities.h
Include #include "VirtualizationUtilities.h"

Syntax

namespace UE  
{  
    namespace Virtualization  
    {  
        namespace Utils  
        {  
            enum ETrailerFailedReason  
            {  
                NotFound,  
                InvalidSummary,  
                OutOfDate,  
                Unknown,  
            }  
        }  
    }  
}  

Values

Name Description
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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library