FShaderMapFinalizeResults

Results for a single compiled and finalized shader map.

Windows
MacOS
Linux

Inheritance Hierarchy

FShaderMapCompileResults

FShaderMapFinalizeResults

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/ShaderCompiler.h

Include

#include "ShaderCompiler.h"

Syntax

struct FShaderMapFinalizeResults : public FShaderMapCompileResults

Remarks

Results for a single compiled and finalized shader map.

Variables

Name Description

Public variable

int32

 

FinalizeJobIndex

Tracks finalization progress on this shader map.

Public variable

TMap< const FVe...

 

SharedPipelines

List of pipelines with shared shaders; nullptr for non mesh pipelines.

Constructors

Name Description

Public function

FShaderMapFinalizeResults

(
    const FShaderMapCompileResults& In...
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss