Navigation
API > API/Runtime > API/Runtime/ImageCore
What version of DDS file to write.
| Name | UE::DDS::EDDSFormatVersion |
| Type | enum |
| Header File | /Engine/Source/Runtime/ImageCore/Public/DDSFile.h |
| Include Path | #include "DDSFile.h" |
Syntax
namespace UE
{
namespace DDS
{
enum EDDSFormatVersion
{
Auto,
D3D9,
D3D10,
}
}
}
Values
| Name | Remarks |
|---|---|
| Auto | |
| D3D9 | |
| D3D10 |