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 ExportRenderTargetToDDS
(
TArray64< uint8 > & OutData,
UTextureRenderTarget * TexRT
)
Remarks
Export Texture RenderTarget (2D,Array,Cube,CubeArray,Volume) to DDS reads from texture rendertarget RHI texture
Parameters
| Name | Description |
|---|---|
| OutData | Filled with DDS file format |
| TexRT | Texture RenderTarget (2D,Array,Cube,CubeArray,Volume) to export |