Navigation
API > API/Developer > API/Developer/TextureFormat > API/Developer/TextureFormat/Interfaces > API/Developer/TextureFormat/Interfaces/ITextureFormat
- ITextureFormat::SetTiling()
- FChildTextureFormat::SetTiling()
References
| Module | TextureFormat |
| Header | /Engine/Source/Developer/TextureFormat/Public/Interfaces/ITextureFormat.h |
| Include | #include "Interfaces/ITextureFormat.h" |
virtual bool SetTiling
&40;
const FTextureBuildSettings & BuildSettings,
TSharedPtr< FTilerSettings > & TilerSettings,
const TArray64< uint8 > & ReorderedBlocks,
uint32 NumBlocks
&41; const
Remarks
Sets the tiling settings after device-specific tiling has been performed. true on success, false otherwise.
Parameters
| Name | Description |
|---|---|
| BuildSettings | Build settings. |
| TilerSettings | The tiler settings produced by PrepareTiling. |
| ReorderedBlocks | The blocks that have been tiled. |
| NumBlocks | The number of blocks. |