Navigation
API > API/Developer > API/Developer/TextureFormat > API/Developer/TextureFormat/Interfaces
Inheritance Hierarchy
- IModuleInterface
- ITextureFormatModule
References
| Module | TextureFormat |
| Header | /Engine/Source/Developer/TextureFormat/Public/Interfaces/ITextureFormatModule.h |
| Include | #include "Interfaces/ITextureFormatModule.h" |
Syntax
class ITextureFormatModule : public IModuleInterface
Remarks
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. |