FShaderMapContent::GetShaderList

Builds a list of the shaders in a shader map.

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

void GetShaderList
(
    const FShaderMapBase & InShaderMap,
    const FSHAHash & InMaterialShaderMapHash,
    TMap< FShaderId, TShaderRef< FShader >> & OutShaders
) const

Remarks

Builds a list of the shaders in a shader map.

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