Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/FImageDesc
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FImageDesc () |
MuR/ImageTypes.h | ||
FImageDesc
(
const FImageSize& InSize, |
MuR/ImageTypes.h |
FImageDesc()
| Name | FImageDesc |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/ImageTypes.h |
| Include Path | #include "MuR/ImageTypes.h" |
FImageDesc()
FImageDesc(const FImageSize &, EImageFormat, uint8)
| Name | FImageDesc |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/ImageTypes.h |
| Include Path | #include "MuR/ImageTypes.h" |
FImageDesc
(
const FImageSize & InSize,
EImageFormat InFormat,
uint8 InLods
)