GIdToNiagaraShaderMap

A global map from a script's ID and static switch set to any shader map cached for that script.

Windows
MacOS
Linux

References

Module

NiagaraShader

Header

/Engine/Plugins/FX/Niagara/Source/NiagaraShader/Public/NiagaraShared.h

Include

#include "NiagaraShared.h"

Syntax

static TMap< FNiagaraShaderMapId, FNiagaraShaderMap * > GIdToNiagaraShaderMap;

Remarks

A global map from a script's ID and static switch set to any shader map cached for that script. Note: this does not necessarily contain all script 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