Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FShaderCompileJob
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnComplete () |
ShaderCompilerJobTypes.h | ||
virtual void OnComplete
(
FShaderDebugDataContext& Ctx |
Executed for all jobs (including those read from cache) on completion. | ShaderCompilerJobTypes.h |
OnComplete()
| Name | OnComplete |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/ShaderCompilerJobTypes.h |
| Include Path | #include "ShaderCompilerJobTypes.h" |
virtual void OnComplete()
OnComplete(FShaderDebugDataContext &)
Description
Executed for all jobs (including those read from cache) on completion.
| Name | OnComplete |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/ShaderCompilerJobTypes.h |
| Include Path | #include "ShaderCompilerJobTypes.h" |
| Source | /Engine/Source/Runtime/RenderCore/Private/ShaderCore.cpp |
virtual void OnComplete
(
FShaderDebugDataContext & Ctx
)