Navigation
API > API/Developer > API/Developer/TextureFormat > API/Developer/TextureFormat/FEncodedTextureDescription
Description
Fills out the given array with linear mip sizes for the number of mips this texture has. These sizes are only valid if the texture is linear and has no packed mip tail (i.e. no associated FEncodedTextureExtendedData).
| Name | GetLinearMipSizesInBytes |
| Type | function |
| Header File | /Engine/Source/Developer/TextureFormat/Public/Interfaces/ITextureFormat.h |
| Include Path | #include "Interfaces/ITextureFormat.h" |
void GetLinearMipSizesInBytes
(
TArray< uint64, TInlineAllocator< FEncodedTextureExtendedData::MAX_TEXTURE_MIP_COUNT > > & OutMipSizesInBytes
) const