Navigation
API > API/Developer > API/Developer/ShaderCompilerCommon > API/Developer/ShaderCompilerCommon/FShaderConductorContext
Description
Returns the DXC command line arguments for the specified options. This does not include an output file, i.e. "-Fo" argument is not included.
| Name | GenerateDxcArguments |
| Type | function |
| Header File | /Engine/Source/Developer/ShaderCompilerCommon/Public/ShaderConductorContext.h |
| Include Path | #include "ShaderConductorContext.h" |
FString GenerateDxcArguments
(
const FShaderConductorOptions & Options
) const