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 EChannelOrder
&123;
RGBA,
BGRA,
&125;
}
}
Values
| Name | Description |
|---|---|
| RGBA | |
| BGRA |
Remarks
Channel ordering for 8-bit formats.