Navigation
API > API/Plugins > API/Plugins/MutableRuntime
| Name | FImageDesc |
| Type | struct |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/ImageTypes.h |
| Include Path | #include "MuR/ImageTypes.h" |
Syntax
struct FImageDesc
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FImageDesc () |
MuR/ImageTypes.h | ||
FImageDesc
(
const FImageSize& InSize, |
MuR/ImageTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| m_format | EImageFormat | MuR/ImageTypes.h | ||
| m_lods | uint8 | Levels of detail (mipmaps) | MuR/ImageTypes.h | |
| m_size | FImageSize | MuR/ImageTypes.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FImageDesc& Other |
MuR/ImageTypes.h |