Navigation
API > API/Developer > API/Developer/ShaderCompilerCommon > API/Developer/ShaderCompilerCommon/FShaderConductorOptions
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ShaderConductorContext.h | |||
FShaderConductorOptions
(
const FShaderCompilerFlags& InCompilerFlags |
Initializes the options with a call to ApplyCommonCompilerFlags(). | ShaderConductorContext.h |
FShaderConductorOptions()
| Name | FShaderConductorOptions |
| Type | function |
| Header File | /Engine/Source/Developer/ShaderCompilerCommon/Public/ShaderConductorContext.h |
| Include Path | #include "ShaderConductorContext.h" |
FShaderConductorOptions()
FShaderConductorOptions(const FShaderCompilerFlags &)
Description
Initializes the options with a call to ApplyCommonCompilerFlags().
| Name | FShaderConductorOptions |
| Type | function |
| Header File | /Engine/Source/Developer/ShaderCompilerCommon/Public/ShaderConductorContext.h |
| Include Path | #include "ShaderConductorContext.h" |
FShaderConductorOptions
(
const FShaderCompilerFlags & InCompilerFlags
)