Navigation
Unreal Engine C++ API Reference > Developer > ShaderPreprocessor
Type | Name | Description |
---|---|---|
bool | PreprocessShader ( FString& OutPreprocessedShader, FShaderCompilerOutput& ShaderOutpu..., const FShaderCompilerInput& Shader..., const FShaderCompilerDefinitions& ..., EDumpShaderDefines DefinesPolicy ) | Preprocess a shader. |
bool | PreprocessShader ( FShaderPreprocessOutput& Output, const FShaderCompilerInput& Input, const FShaderCompilerEnvironment& ..., const FShaderCompilerDefinitions& ..., EDumpShaderDefines DefinesPolicy ) | Preprocess a shader. Preprocess a shader. |