Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR > API/Plugins/MutableRuntime/MuR/Image > API/Plugins/MutableRuntime/MuR/Image/__ctor
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/Image.cpp |
Image
&40;
uint32 sizeX,
uint32 sizeY,
uint32 lods,
EImageFormat format,
EInitializationType Init
&41;
Remarks
Constructor from the size and format. It will allocate the memory for the image, but its content will be undefined.
Parameters
| Name | Description |
|---|---|
| sizeX | Width of the image. |
| sizeY | Height of the image. |
| lods | Number of levels of detail (mipmaps) to include in the image, inclduing the base level. It must be a number between 1 and the maximum possible levels, which depends on the image size. |
| format | Pixel format. |