Navigation
API > API/Developer > API/Developer/TextureFormat > API/Developer/TextureFormat/FEncodedTextureDescription
Description
Returns the number of mips that actually carry bulk data for this texture. Nominally the number of total mips, however some platforms have packed mip tails, which means they still have the total number of mips, but the last several are all bundled together for memory savings.
| Name | GetNumEncodedMips |
| Type | function |
| Header File | /Engine/Source/Developer/TextureFormat/Public/Interfaces/ITextureFormat.h |
| Include Path | #include "Interfaces/ITextureFormat.h" |
int32 GetNumEncodedMips
(
const FEncodedTextureExtendedData * InExtendedData
) const