Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/FImageOperator
Support struct to keep preallocated data required for some mipmap operations.
| Name | FScratchImageMipmap |
| Type | struct |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/Image.h |
| Include Path | #include "MuR/Image.h" |
Syntax
struct FScratchImageMipmap
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CompressedMips | TSharedPtr< FImage > | MuR/Image.h | ||
| Uncompressed | TSharedPtr< FImage > | MuR/Image.h | ||
| UncompressedMips | TSharedPtr< FImage > | MuR/Image.h |