FNiagaraShaderMap::FindId

Finds the shader map for a script. Finds the shader map for a script.

Windows
MacOS
Linux

References

Module

NiagaraShader

Header

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

Include

#include "NiagaraShared.h"

Source

/Engine/Plugins/FX/Niagara/Source/NiagaraShader/Private/NiagaraShader.cpp

Syntax

static FNiagaraShaderMap * FindId
(
    const FNiagaraShaderMapId & ShaderMapId,
    EShaderPlatform Platform
)

Remarks

Finds the shader map for a script. Finds the shader map for a script.

Returns

NULL if no cached shader map was found.

Parameters

Parameter

Description

Platform

The platform to lookup for

ShaderMapId

The script id and static parameter set identifying the shader map

Platform

The platform to lookup for

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