Navigation
API > API/Developer > API/Developer/TextureFormat > API/Developer/TextureFormat/ITextureTiler
Description
The generic texture tiling build function expects the following functions to exist that do what they say on the tin.
static const FUtf8StringView GetBuildFunctionNameStatic() static FGuid GetBuildFunctionVersionGuid() Generate and return any out-of-band data that needs to be saved for a given encoded texture description and LODBias.
| Name | GetExtendedDataForTexture |
| Type | function |
| Header File | /Engine/Source/Developer/TextureFormat/Public/Interfaces/ITextureFormat.h |
| Include Path | #include "Interfaces/ITextureFormat.h" |
FEncodedTextureExtendedData GetExtendedDataForTexture
(
const FEncodedTextureDescription & InTextureDescription,
int8 InLODBias
) const