GetShader

Overload list

Windows
MacOS
Linux
Name Description

Public function Const

ShaderType &...

 

GetShader

(
    int32 PermutationId
)

Finds the shader with the given type. Asserts on failure.

Public function Const

ShaderType &...

 

GetShader

(
    const typename ShaderType::FPermuta...
)

Finds the shader with the given type. Asserts on failure.

Public function Const

FShader *...

 

GetShader

(
    FShaderType* ShaderType,
    int32 PermutationId
)

Finds the shader with the given type. May return NULL.

Public function Const

FShader *...

 

GetShader

(
    const FHashedName& TypeName,
    int32 PermutationId
)

Finds the shader with the given type name. May return NULL.

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