Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/Interfaces > API/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. |