Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Public/MuR/Image.h |
| Include | #include "MuR/Image.h" |
Syntax
struct FImageDesc
Variables
| Type | Name | Description | |
|---|---|---|---|
| EImageFormat | m_format | ||
| uint8 | m_lods | Levels of detail (mipmaps) | |
| FImageSize | m_size |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FImageDesc () |
|||
FImageDesc
(
const FImageSize& size, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FImageDesc& o |