FShaderMapContent::GetShader

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

Windows
MacOS
Linux

References

Module

RenderCore

Header

/Engine/Source/Runtime/RenderCore/Public/Shader.h

Include

#include "Shader.h"

Source

/Engine/Source/Runtime/RenderCore/Private/ShaderMap.cpp

Syntax

FShader * GetShader
(
    const FHashedName & TypeName,
    int32 PermutationId
) const

Remarks

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