Navigation
API > API/Plugins > API/Plugins/MutableRuntime
| Name | FImageFormatData |
| Type | struct |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/ImageTypes.h |
| Include Path | #include "MuR/ImageTypes.h" |
Syntax
struct FImageFormatData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FImageFormatData
(
uint8 InPixelsPerBlockX, |
MuR/ImageTypes.h | ||
FImageFormatData
(
uint8 InPixelsPerBlockX, |
MuR/ImageTypes.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| MAX_BYTES_PER_BLOCK | SIZE_T | MuR/ImageTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BlackBlock | uint8 | Representation of a black block of the image. | MuR/ImageTypes.h | |
| BytesPerBlock | uint16 | Number of bytes used by every pixel block, if uncompressed or block-compressed format. | MuR/ImageTypes.h | |
| Channels | uint16 | Channels in every pixel of the image. | MuR/ImageTypes.h | |
| PixelsPerBlockX | uint8 | For block based formats, size of the block size.For uncompressed formats it will always be 1,1. | MuR/ImageTypes.h | |
| PixelsPerBlockY | uint8 | MuR/ImageTypes.h |