Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FShaderMapContent
| Type | Name | Description | |
|---|---|---|---|
| ShaderType * | GetShader
(
int32 PermutationId |
Finds the shader with the given type. Asserts on failure. | |
| ShaderType * | GetShader
(
const typename ShaderType::FPermutationDomain& PermutationVector |
Finds the shader with the given type. Asserts on failure. | |
| FShader * | GetShader
(
const FShaderType* ShaderType, |
Finds the shader with the given type. May return NULL. | |
| FShader * | GetShader
(
const FHashedName& TypeName, |
Finds the shader with the given type name. May return NULL. |