TOptionalShaderMapRef

A reference to an optional shader, initialized with a shader type from a shader map if it is available or nullptr if it is not.

Windows
MacOS
Linux

Inheritance Hierarchy

TShaderRefBase

TOptionalShaderMapRef

References

Module

RenderCore

Header

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

Include

#include "Shader.h"

Syntax

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

Remarks

A reference to an optional shader, initialized with a shader type from a shader map if it is available or nullptr if it is not.

Constructors

Name Description

Public function

TOptionalShaderMapRef

(
    const typename ShaderType::ShaderMa...
)

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