Navigation
API > API/Runtime > API/Runtime/ImageCore
One of these for each mip of a DDS.
| Name | FDDSMip |
| Type | struct |
| Header File | /Engine/Source/Runtime/ImageCore/Public/DDSFile.h |
| Include Path | #include "DDSFile.h" |
Syntax
struct FDDSMip
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Data | uint8 * | DDSFile.h | ||
| DataSize | int64 | DDSFile.h | ||
| Depth | uint32 | DDSFile.h | ||
| Height | uint32 | DDSFile.h | ||
| RowStride | int64 | Note: pixels in DDS data must be densely packed, they exist for ease of addressing but you can't represent strided data in this form. | DDSFile.h | |
| SliceStride | int64 | DDSFile.h | ||
| Width | uint32 | DDSFile.h |