Navigation
Unreal Engine C++ API Reference > Developer > TextureFormat > Interfaces > ITextureFormat
- ITextureFormat::GetSupportedFormats()
References
Module | TextureFormat |
Header | /Engine/Source/Developer/TextureFormat/Public/Interfaces/ITextureFormat.h |
Include | #include "Interfaces/ITextureFormat.h" |
void GetSupportedFormats ( [TArray](API\Runtime\Core\Containers\TArray)< [FName](API\Runtime\Core\UObject\FName) > & OutFormats ) const
Remarks
Gets the list of supported formats.
Parameters
Name | Description |
---|---|
OutFormats | Will hold the list of formats. |