Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR > API/Plugins/MutableRuntime/MuR/System
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Public/MuR/System.h |
| Include | #include "MuR/System.h" |
| Source | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Private/MuR/System.cpp |
Ptr< const Image > GetImage
&40;
Instance::ID InstanceID,
FResourceID ImageId,
int32 MipsToSkip,
int32 LOD
&41;
Remarks
Only valid between BeginUpdate and EndUpdate
Parameters
| Name | Description |
|---|---|
| MipsToSkip | Number of mips to skip compared from the full image. If 0, all mip levels will be generated. If more levels than possible to discard are specified, the image will still contain a minimum number of mips specified at model compile time. |