Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FImageUtils
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ImageUtils.h |
| Include | #include "ImageUtils.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ImageUtils.cpp |
static bool ExportTextureSourceToDDS
&40;
TArray64< uint8 > & OutData,
UTexture &42; Texture,
int BlockIndex,
int LayerIndex
&41;
Remarks
Export Texture (2D,Array,Cube,CubeArray,Volume) to DDS reads from texture source, not platform data
Parameters
| Name | Description |
|---|---|
| OutData | Filled with DDS file format |
| Texture | Texture (2D,Array,Cube,CubeArray,Volume) to export |
| BlockIndex | Block to export (optional) |
| LayerIndex | Layer to export (optional) |