Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/FImageDataStorage
Description
Change the number of lods in the image. If InNumLODs is smaller than the current lod count, LODs are dropped from the tail up.
| Name | SetNumLODs |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/ImageDataStorage.h |
| Include Path | #include "MuR/ImageDataStorage.h" |
| Source | /Engine/Plugins/Mutable/Source/MutableRuntime/Private/MuR/ImageDataStorage.cpp |
void SetNumLODs
(
int32 InNumLODs,
EInitializationType InitType
)