Navigation
API > API/Runtime > API/Runtime/ImageWrapper
.BMP file header.
| Name | FBitmapFileHeader |
| Type | struct |
| Header File | /Engine/Source/Runtime/ImageWrapper/Public/BmpImageSupport.h |
| Include Path | #include "BmpImageSupport.h" |
Syntax
struct FBitmapFileHeader
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bfOffBits | uint32 | BmpImageSupport.h | ||
| bfReserved1 | uint16 | BmpImageSupport.h | ||
| bfReserved2 | uint16 | BmpImageSupport.h | ||
| bfSize | uint32 | BmpImageSupport.h | ||
| bfType | uint16 | BmpImageSupport.h |