GIdToMaterialShaderMap

A global map from a material's static parameter set to any shader map cached for that material.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/MaterialShared.h

Include

#include "MaterialShared.h"

Syntax

static TMap< FMaterialShaderMapId, FMaterialShaderMap * > GIdToMaterialShaderMap;

Remarks

A global map from a material's static parameter set to any shader map cached for that material. Note: this does not necessarily contain all material shader maps in memory. Shader maps with the same key can evict each other. No ref counting needed as these are removed on destruction of the 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