ITargetPlatform::GetAllTargetedShaderFormats

Gets the shader formats that have been selected for this target platform

Unreal Engine C++ API Reference > Developer > TargetPlatform > Interfaces > ITargetPlatform

References

   
Module TargetPlatform
Header /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatform.h
Include #include "Interfaces/ITargetPlatform.h"
void GetAllTargetedShaderFormats
(
    [TArray](API\Runtime\Core\Containers\TArray)< [FName](API\Runtime\Core\UObject\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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library