Navigation
API > API/Developer > API/Developer/TextureFormat > API/Developer/TextureFormat/Interfaces > API/Developer/TextureFormat/Interfaces/ITextureFormatManagerModule
References
| Module | TextureFormat |
| Header | /Engine/Source/Developer/TextureFormat/Public/Interfaces/ITextureFormatManagerModule.h |
| Include | #include "Interfaces/ITextureFormatManagerModule.h" |
const ITextureFormat &42; FindTextureFormatAndModule
&40;
FName Name,
FName & OutModuleName,
class ITextureFormatModule &42;& OutModule
&41;
Remarks
Finds a texture format with the specified name and provides information about the module it came from. The texture format, or nullptr if not found.
Parameters
| Name | Description |
|---|---|
| Name | Name of the format to find. |
| OutModuleName | Name of the module that the found format came from, or unmodified if not found. |
| OutModule | Interface of the module that the found format came from, or unmodified if not found. |