Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR > API/Plugins/MutableRuntime/MuR/FImageOperator > API/Plugins/MutableRuntime/MuR/FImageOperator/ImageMipmap
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/OpImageMipmap.cpp |
void ImageMipmap
&40;
int32 CompressionQuality,
Image &42; Dest,
const Image &42; Base,
int32 LevelCount,
const FMipmapGenerationSettings &,
bool bGenerateOnlyTail
&41;
Remarks
Generate the mipmaps for images. if bGenerateOnlyTail is true, generates the mips missing from Base to LevelCount and sets them in Dest (the full chain is spit in two images). Otherwise generate the mips missing from Base up to LevelCount and append them in Dest to the already generated Base's mips.