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