Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/FImage
Description
Calculate the size in pixels of a particular mipmap of this image. The size doesn't include pixels necessary for completing blocks in block-compressed formats.
| Name | CalculateMipSize |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/Image.h |
| Include Path | #include "MuR/Image.h" |
| Source | /Engine/Plugins/Mutable/Source/MutableRuntime/Private/MuR/Image.cpp |
FIntVector2 CalculateMipSize
(
int32 LOD
) const