Navigation
API > API/Developer > API/Developer/TextureFormat > API/Developer/TextureFormat/ITextureFormat
Description
Returns what the compressed pixel format will be for a given format and the given settings.
bInImageHasAlphaChannel is whether or not to treat the source image format as having an alpha channel, independent of whether or not it actually has one.
Derived Overrides
| Name | GetEncodedPixelFormat |
| Type | function |
| Header File | /Engine/Source/Developer/TextureFormat/Public/Interfaces/ITextureFormat.h |
| Include Path | #include "Interfaces/ITextureFormat.h" |
virtual EPixelFormat GetEncodedPixelFormat
(
const FTextureBuildSettings & InBuildSettings,
bool bInImageHasAlphaChannel
) const