Navigation
API > API/Developer > API/Developer/TextureFormat > API/Developer/TextureFormat/Interfaces > API/Developer/TextureFormat/Interfaces/ITextureFormat
Deprecated * Use GetExtendedDataForTexture instead to get the same information without the actual image bits.
References
| Module | TextureFormat |
| Header | /Engine/Source/Developer/TextureFormat/Public/Interfaces/ITextureFormat.h |
| Include | #include "Interfaces/ITextureFormat.h" |
virtual FTextureFormatCompressorCaps GetFormatCapabilitiesEx
&40;
const FTextureBuildSettings & BuildSettings,
uint32 NumMips,
const struct FImage & ExampleImage,
bool bImageHasAlphaChannel
&41; const
Remarks
Gets the capabilities of the texture compressor.
Parameters
| Name | Description |
|---|---|
| OutCaps | Filled with capability properties of texture format compressor. |