FindShaderTypeByName

Finds the shader type with a given name.

Windows
MacOS
Linux

References

Module

RenderCore

Header

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

Include

#include "Shader.h"

Source

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

Syntax

FShaderType * FindShaderTypeByName
(
    const FHashedName & ShaderTypeName
)

Remarks

Finds the shader type with a given name.

Returns

The shader type, or NULL if none matched.

Parameters

Parameter

Description

ShaderTypeName

The name of the shader type to find.

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