Navigation
API > API/Developer > API/Developer/TextureFormat > API/Developer/TextureFormat/Interfaces
Inheritance Hierarchy
References
| |
|
| Module |
TextureFormat |
| Header |
/Engine/Source/Developer/TextureFormat/Public/Interfaces/ITextureFormatModule.h |
| Include |
#include "Interfaces/ITextureFormatModule.h" |
Syntax
class ITextureFormatModule : public IModuleInterface
Interface for texture format modules.
Destructors
| |
Type |
Name |
Description |
 |
|
|
Virtual destructor. |
Functions
| |
Type |
Name |
Description |
 |
bool |
|
Will this TextureFormat call back to Managermodule GetTextureFormats ? |
 |
ITextureFormat * |
|
Gets the texture format. |