ITargetPlatform::GetRayTracingShaderFormats

Gets the shader formats that support ray tracing for this target platform.

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

  • ITargetPlatform::GetRayTracingShaderFormats()

References

   
Module TargetPlatform
Header /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatform.h
Include #include "Interfaces/ITargetPlatform.h"
void GetRayTracingShaderFormats
(
    [TArray](API\Runtime\Core\Containers\TArray)< [FName](API\Runtime\Core\UObject\FName) > & OutFormats
) const

Remarks

Gets the shader formats that support ray tracing 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