FShaderConductorTarget

Shader conductor output target descriptor.

Unreal Engine C++ API Reference > Developer > ShaderCompilerCommon

References

   
Module ShaderCompilerCommon
Header /Engine/Source/Developer/ShaderCompilerCommon/Public/ShaderConductorContext.h
Include #include "ShaderConductorContext.h"

Syntax

struct FShaderConductorTarget  

Remarks

Shader conductor output target descriptor.

Variables

Type Name Description
FShaderCompiler... CompileFlags Cross compilation flags.
EShaderConducto... Language Target shader semantics, e.g. "macOS" or "iOS" for Metal GPU semantics.
TFunction< bool... VariableTypeRenameCallback Optional callback to rename certain variable types.
int32 Version Target shader version.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library