Navigation
Unreal Engine C++ API Reference > Developer > TargetPlatform > Interfaces > ITargetPlatformSettings
- ITargetPlatformSettings::GetAllTargetedShaderFormats()
- FTargetPlatformMerged::GetAllTargetedShaderFormats()
References
Module | TargetPlatform |
Header | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatformSettings.h |
Include | #include "Interfaces/ITargetPlatformSettings.h" |
void GetAllTargetedShaderFormats
(
TArray< FName > & OutFormats
) const
Remarks
Gets the shader formats that have been selected for this target platform
Parameters
Name | Description |
---|---|
OutFormats | Will contain the shader formats. |