Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FTextureSource
Description
Get ImageInfo of one mip. Does not require locking the mips, or accessing the payload data. Returns false if the requested indexes were out of bounds, true if successful and fills OutImageInfo.
| Name | GetMipImageInfo |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Texture.h |
| Include Path | #include "Engine/Texture.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Texture.cpp |
bool GetMipImageInfo
(
FImageInfo & OutImageInfo,
int32 BlockIndex,
int32 LayerIndex,
int32 MipIndex
) const