Navigation
API > API/Developer > API/Developer/ShaderCompilerCommon
References
| Module | ShaderCompilerCommon |
| Header | /Engine/Source/Developer/ShaderCompilerCommon/Public/ShaderCompilerCommon.h |
| Include | #include "ShaderCompilerCommon.h" |
Syntax
struct FDebugShaderDataOptions
Variables
| Type | Name | Description | |
|---|---|---|---|
| union UE::ShaderCompilerCommon::FDebugShaderDataOptions::@14764 | @14765 | ||
| TArray< FAdditionalOutput > | AdditionalOutputs | ||
| TFunction< FString()> | AppendPostSource | ||
| TFunction< FString()> | AppendPreSource | ||
| bool | bSourceOnly | ||
| const TCHAR * | FilenamePrefix | ||
| uint32 | HlslCCFlags | ||
| const TCHAR * | OverrideBaseFilename |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString | GetDebugShaderPath
(
const FShaderCompilerInput& Input |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FAdditionalOutput |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bSkipDirectCompileTxt | bSkipDirectCompileTxt is deprecated, use bSourceOnly flag instead |