Navigation
Unreal Engine C++ API Reference > Developer > TargetPlatform > Interfaces > IShaderFormat
References
Module | TargetPlatform |
Header | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/IShaderFormat.h |
Include | #include "Interfaces/IShaderFormat.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. |