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