FGlobalShaderMap::GetShader

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

Windows
MacOS
Linux

References

Module

RenderCore

Header

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

Include

#include "GlobalShader.h"

Syntax

template<typename ShaderType>
TShaderRef< ShaderType > GetShader
(
    const typename ShaderType::FPermutationDomain & PermutationVector
) const

Remarks

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

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