ITextureFormatManagerModule::FindTextureFormat

Finds a texture format with the specified name.

Unreal Engine C++ API Reference > Developer > TextureFormat > Interfaces > ITextureFormatManagerModule

References

   
Module TextureFormat
Header /Engine/Source/Developer/TextureFormat/Public/Interfaces/ITextureFormatManagerModule.h
Include #include "Interfaces/ITextureFormatManagerModule.h"
const [ITextureFormat](API\Developer\TextureFormat\Interfaces\ITextureFormat) * FindTextureFormat
(
    [FName](API\Runtime\Core\UObject\FName) Name
)

Remarks

Finds a texture format with the specified name. The texture format, or nullptr if not found.

Parameters

Name Description
Name Name of the format to find.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library