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

#include <ImageCore.h>

Public Attributes

int32 Width = 0
 
int32 Height = 0
 
int64 Offset = 0
 
int64 Size = 0
 

Member Data Documentation

◆ Height

int32 FMipMapImage::FMipInfo::Height = 0

Size of the mip image in Pixels

◆ Offset

int64 FMipMapImage::FMipInfo::Offset = 0

Offset into RawData

◆ Size

int64 FMipMapImage::FMipInfo::Size = 0

Size of the mip image in Bytes

◆ Width

int32 FMipMapImage::FMipInfo::Width = 0

Size of the mip image in Pixels


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