Navigation
API > API/Developer > API/Developer/TextureFormat > API/Developer/TextureFormat/Interfaces
Inheritance Hierarchy
- IModuleInterface
- ITextureFormatManagerModule
References
| Module | TextureFormat |
| Header | /Engine/Source/Developer/TextureFormat/Public/Interfaces/ITextureFormatManagerModule.h |
| Include | #include "Interfaces/ITextureFormatManagerModule.h" |
Syntax
class ITextureFormatManagerModule : public IModuleInterface
Remarks
Module for the texture format manager
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const ITextureFormat * | FindTextureFormat
(
FName Name |
Finds a texture format with the specified name. | |
| const ITextureFormat * | FindTextureFormatAndModule
(
FName Name, |
Finds a texture format with the specified name and provides information about the module it came from. | |
| const TArray< const class ITextureFormat * > & | Returns the list of all ITextureFormats that were located in DLLs. | ||
| void | Invalidate () |
Invalidates the texture format manager module. |