Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR > API/Plugins/MutableRuntime/MuR/FImageOperator > API/Plugins/MutableRuntime/MuR/FImageOperator/ImagePixelFormat
Warnings * Not all format conversions are implemented.
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Public/MuR/Image.h |
| Include | #include "MuR/Image.h" |
| Source | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Private/MuR/OpImagePixelFormat.cpp |
Ptr< Image > ImagePixelFormat
&40;
int32 Quality,
const Image &42; Base,
EImageFormat TargetFormat,
int32 OnlyLOD
&41;
Remarks
Convert an image to another pixel format. Allocates the destination image.
Not all format conversions are implemented. nullptr if the conversion failed, usually because not enough memory was allocated in the result. This is only checked for RLE compression.
Parameters
| Name | Description |
|---|---|
| onlyLOD | If different than -1, only the specified lod level will be converted in the returned image. |