UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ShaderCompilerInternal.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3/*=============================================================================
4 ShaderCompiler.h: Platform independent shader compilation definitions.
5=============================================================================*/
6
7#pragma once
8
11
12
26
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition ShaderCompilerJobTypes.h:152
Definition ShaderCompilerInternal.h:15
static ENGINE_API void DumpDebugInfo(FShaderCommonCompileJob &Job)
Definition ShaderCompilerInternal.cpp:31
static ENGINE_API void ExecuteShaderCompileJob(FShaderCommonCompileJob &Job)
Definition ShaderCompilerInternal.cpp:11
static ENGINE_API void EnableDumpDebugInfoForRetry(FShaderCommonCompileJob &Job)
Definition ShaderCompilerInternal.cpp:16