Navigation
API > API/Developer > API/Developer/TextureFormat > API/Developer/TextureFormat/FChildTextureFormat
Description
Return the texture tiler for this platform. If present, then the texture build process will try to use the cached linear encoding for the texture as input rather than rebuilding the linear texture prior to tiling. Confusingly, this can not happen if the base texture format returns true for SupportsTiling, as that refers to the texture encoder, not the format.
| Name | GetTiler |
| Type | function |
| Header File | /Engine/Source/Developer/TextureFormat/Public/ChildTextureFormat.h |
| Include Path | #include "ChildTextureFormat.h" |
virtual const ITextureTiler * GetTiler() const