![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Classes | |
| struct | FBitmaskToDXGI |
| struct | FDDSFile |
| struct | FDDSHeaderDX10 |
| struct | FDDSHeaderWithMagic |
| struct | FDDSMip |
| struct | FDDSPixelFormat |
| struct | FDXGIFormatInfo |
| struct | FDXGIFormatName |
| struct | FDXGIFormatRawFormatMapping |
| struct | FFOURCCToDXGI |
Enumerations | |
| enum class | EDXGIFormat { RGBFMT , BCNFMT , ODDFMT , UE_DXGI_FORMAT_LIST } |
| enum class | EDDSFormatVersion { Auto , D3D9 , D3D10 } |
| enum class | EDDSReadMipMode { Full , HeaderOnly , HeaderWithMipInfo } |
| enum class | EDDSError { OK , Ok = OK , OutOfMemory , NotADds , NotADDS = NotADds , BadResourceDimension , BadPixelFormat , BadImageDimension , BadMipmapCount , BadCubemap , IoError } |
| enum class | EChannelOrder { RGBA , BGRA } |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
| IMAGECORE_API EDXGIFormat UE::DDS::DXGIFormatAddSRGB | ( | EDXGIFormat | fmt | ) |
| IMAGECORE_API EDXGIFormat UE::DDS::DXGIFormatFromRawFormat | ( | ERawImageFormat::Type | RawFormat, |
| EGammaSpace | GammaSpace | ||
| ) |
| IMAGECORE_API ERawImageFormat::Type UE::DDS::DXGIFormatGetClosestRawFormat | ( | EDXGIFormat | fmt, |
| bool * | pIsExactMatch | ||
| ) |
| IMAGECORE_API const TCHAR * UE::DDS::DXGIFormatGetName | ( | EDXGIFormat | fmt | ) |
| IMAGECORE_API bool UE::DDS::DXGIFormatHasLinearAndSRGBForm | ( | EDXGIFormat | Format | ) |
| IMAGECORE_API bool UE::DDS::DXGIFormatIsSRGB | ( | EDXGIFormat | Format | ) |
| IMAGECORE_API EDXGIFormat UE::DDS::DXGIFormatRemoveSRGB | ( | EDXGIFormat | fmt | ) |
| IMAGECORE_API int64 UE::DDS::GetDDSHeaderMaximalSize | ( | ) |
| IMAGECORE_API int64 UE::DDS::GetDDSHeaderMinimalSize | ( | ) |
|
constexpr |
| FDXGIFormatRawFormatMapping UE::DDS::DXGIRawFormatMap[] |