Navigation
API > API/Developer > API/Developer/TextureFormat > API/Developer/TextureFormat/FEncodedTextureDescription
Description
This is the number of streaming mips without any restrictions associated with block size alignment. It's used primarily for where mips go in the DDC.
| Name | GetNumStreamingMips |
| Type | function |
| Header File | /Engine/Source/Developer/TextureFormat/Public/Interfaces/ITextureFormat.h |
| Include Path | #include "Interfaces/ITextureFormat.h" |
int32 GetNumStreamingMips
(
const FEncodedTextureExtendedData * InExtendedData,
const FTextureEngineParameters & InEngineParameters
) const