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