FEncodedTextureDescription::GetDescriptionForMipLevel

Returns the description _for the single mip level_ (i.e. no further mips)

Unreal Engine C++ API Reference > Developer > TextureFormat > Interfaces > FEncodedTextureDescription

References

   
Module TextureFormat
Header /Engine/Source/Developer/TextureFormat/Public/Interfaces/ITextureFormat.h
Include #include "Interfaces/ITextureFormat.h"
[FEncodedTextureDescription](API\Developer\TextureFormat\Interfaces\FEncodedTextureDescription) GetDescriptionForMipLevel
(
    const [FEncodedTextureExtendedData](API\Developer\TextureFormat\Interfaces\FEncodedTextureExtendedData) * InExtendedData,
    int32 InMipIndex
) const

Remarks

Returns the description for the single mip level (i.e. no further mips)


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library