UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FBitmapFileHeader Struct Reference

#include <BmpImageSupport.h>

Public Attributes

uint16 bfType
 
uint32 bfSize
 
uint16 bfReserved1
 
uint16 bfReserved2
 
uint32 bfOffBits
 

Friends

FArchiveoperator<< (FArchive &Ar, FBitmapFileHeader &H)
 

Friends And Related Symbol Documentation

◆ operator<<

FArchive & operator<< ( FArchive Ar,
FBitmapFileHeader H 
)
friend

Member Data Documentation

◆ bfOffBits

uint32 FBitmapFileHeader::bfOffBits

◆ bfReserved1

uint16 FBitmapFileHeader::bfReserved1

◆ bfReserved2

uint16 FBitmapFileHeader::bfReserved2

◆ bfSize

uint32 FBitmapFileHeader::bfSize

◆ bfType

uint16 FBitmapFileHeader::bfType

The documentation for this struct was generated from the following file: