Navigation
API > API/Runtime > API/Runtime/ImageCore > API/Runtime/ImageCore/FMipMapImage
| |
|
| Name |
FMipInfo |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/ImageCore/Public/ImageCore.h |
| Include Path |
#include "ImageCore.h" |
Syntax
struct FMipInfo
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Height |
int32 |
Size of the mip image in Pixels |
ImageCore.h |
|
| Offset |
int64 |
Offset into RawData |
ImageCore.h |
|
| Size |
int64 |
Size of the mip image in Bytes |
ImageCore.h |
|
| Width |
int32 |
Size of the mip image in Pixels |
ImageCore.h |
|