TShaderMapRef

A reference which is initialized with the requested shader type from a shader map.

Windows
MacOS
Linux

Inheritance Hierarchy

TShaderRefBase

TShaderMapRef

References

Module

RenderCore

Header

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

Include

#include "Shader.h"

Syntax

template<typename ShaderType>
class TShaderMapRef : public TShaderRefBase< ShaderType >

Remarks

A reference which is initialized with the requested shader type from a shader map.

Constructors

Name Description

Public function

TShaderMapRef

(
    const typename ShaderType::ShaderMa...
)

Public function

TShaderMapRef

(
    const typename ShaderType::ShaderMa...,
    const typename ShaderType::FPermuta...
)

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