Navigation
API > API/Runtime > API/Runtime/ImageWrapper
References
| Module | ImageWrapper |
| Header | /Engine/Source/Runtime/ImageWrapper/Public/BmpImageSupport.h |
| Include | #include "BmpImageSupport.h" |
Syntax
struct FBitmapInfoHeader
Remarks
.BMP subheader.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint16 | biBitCount | ||
| uint32 | biClrImportant | ||
| uint32 | biClrUsed | ||
| uint32 | biCompression | ||
| int32 | biHeight | ||
| uint16 | biPlanes | ||
| uint32 | biSize | ||
| uint32 | biSizeImage | ||
| uint32 | biWidth | ||
| uint32 | biXPelsPerMeter | ||
| uint32 | biYPelsPerMeter |
Functions
| Type | Name | Description | |
|---|---|---|---|
| EBitmapHeaderVersion |