Navigation
API > API/Runtime > API/Runtime/ImageCore
Error codes.
| Name | UE::DDS::EDDSError |
| Type | enum |
| Header File | /Engine/Source/Runtime/ImageCore/Public/DDSFile.h |
| Include Path | #include "DDSFile.h" |
Syntax
namespace UE
{
namespace DDS
{
enum EDDSError
{
OK,
Ok = OK,
OutOfMemory,
NotADds,
NotADDS = NotADds,
BadResourceDimension,
BadPixelFormat,
BadImageDimension,
BadMipmapCount,
BadCubemap,
IoError,
}
}
}
Values
| Name | Remarks |
|---|---|
| OK | |
| Ok | |
| OutOfMemory | |
| NotADds | |
| NotADDS | |
| BadResourceDimension | |
| BadPixelFormat | |
| BadImageDimension | |
| BadMipmapCount | |
| BadCubemap | |
| IoError |