Navigation
API > API/Runtime > API/Runtime/ImageWrapper
.BMP subheader V4
| Name | FBitmapInfoHeaderV4 |
| Type | struct |
| Header File | /Engine/Source/Runtime/ImageWrapper/Public/BmpImageSupport.h |
| Include Path | #include "BmpImageSupport.h" |
Syntax
struct FBitmapInfoHeaderV4
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| biAlphaMask | uint32 | BmpImageSupport.h | ||
| bibiEndPointGreenX | int32 | BmpImageSupport.h | ||
| bibiEndPointRedZ | int32 | BmpImageSupport.h | ||
| biBitCount | uint16 | BmpImageSupport.h | ||
| biBlueMask | uint32 | BmpImageSupport.h | ||
| biClrImportant | uint32 | BmpImageSupport.h | ||
| biClrUsed | uint32 | BmpImageSupport.h | ||
| biCompression | uint32 | BmpImageSupport.h | ||
| biCSType | uint32 | BmpImageSupport.h | ||
| biEndPointBlueX | int32 | BmpImageSupport.h | ||
| biEndPointBlueY | int32 | BmpImageSupport.h | ||
| biEndPointBlueZ | int32 | BmpImageSupport.h | ||
| biEndPointGreenY | int32 | BmpImageSupport.h | ||
| biEndPointGreenZ | int32 | BmpImageSupport.h | ||
| biEndPointRedX | int32 | BmpImageSupport.h | ||
| biEndPointRedY | int32 | BmpImageSupport.h | ||
| biGammaBlue | uint32 | BmpImageSupport.h | ||
| biGammaGreen | uint32 | BmpImageSupport.h | ||
| biGammaRed | uint32 | BmpImageSupport.h | ||
| biGreenMask | uint32 | BmpImageSupport.h | ||
| biHeight | int32 | BmpImageSupport.h | ||
| biPlanes | uint16 | BmpImageSupport.h | ||
| biRedMask | uint32 | BmpImageSupport.h | ||
| biSize | uint32 | BmpImageSupport.h | ||
| biSizeImage | uint32 | BmpImageSupport.h | ||
| biWidth | uint32 | BmpImageSupport.h | ||
| biXPelsPerMeter | uint32 | BmpImageSupport.h | ||
| biYPelsPerMeter | uint32 | BmpImageSupport.h |