Navigation
API > API/Runtime > API/Runtime/RenderCore
Inheritance Hierarchy
- TShaderRefBase
- TOptionalShaderMapRef
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/Shader.h |
| Include | #include "Shader.h" |
Syntax
template<typename ShaderType>
class TOptionalShaderMapRef : public TShaderRefBase< ShaderType >
Remarks
A reference to an optional shader, initialized with a shader type from a shader map if it is available or nullptr if it is not.
Constructors
| Type | Name | Description | |
|---|---|---|---|
TOptionalShaderMapRef
(
const typename ShaderType::ShaderMapType* ShaderIndex |