FShaderCompileJob

Stores all of the input and output information used to compile a single shader.

Windows
MacOS
Linux

Inheritance Hierarchy

FShaderCommonCompileJob

FShaderCompileJob

References

Module

Engine

Header

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

Include

#include "ShaderCompiler.h"

Syntax

class FShaderCompileJob : public FShaderCommonCompileJob

Remarks

Stores all of the input and output information used to compile a single shader.

Variables

Name Description

Public variable

FShaderCompiler...

 

Input

Input for the shader compile

Public variable

FShaderCompiler...

 

Output

Public variable

int32

 

PermutationId

Unique permutation identifier of the global shader type.

Public variable

FShaderType ...

 

ShaderType

Shader type that this shader belongs to, must be valid

Public variable

TMap< const FVe...

 

SharingPipelines

List of pipelines that are sharing this job.

Public variable

FVertexFactoryT...

 

VFType

Vertex factory type that this shader belongs to, may be NULL

Constructors

Name Description

Public function

FShaderCompileJob

(
    uint32 InId,
    FVertexFactoryType* InVFType,
    FShaderType* InShaderType,
    int32 InPermutationId
)

Overridden from FShaderCommonCompileJob

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