Navigation
API > API/Developer > API/Developer/TextureFormat > API/Developer/TextureFormat/Interfaces > API/Developer/TextureFormat/Interfaces/ITextureFormat
- ITextureFormat::ReleaseTiling()
- FChildTextureFormat::ReleaseTiling()
References
| Module | TextureFormat |
| Header | /Engine/Source/Developer/TextureFormat/Public/Interfaces/ITextureFormat.h |
| Include | #include "Interfaces/ITextureFormat.h" |
virtual void ReleaseTiling
&40;
const FTextureBuildSettings & BuildSettings,
TSharedPtr< FTilerSettings > & TilerSettings
&41; const
Remarks
Cleans up the FTilerSettings object once it is finished.
Parameters
| Name | Description |
|---|---|
| BuildSettings | Build settings. |
| TilerSettings | The tiler settings object to release. |