Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/TShaderRefBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Shader.h | |||
TShaderRefBase
(
const TShaderRefBase& |
Shader.h | ||
TShaderRefBase
(
const TShaderRefBase< OtherShaderType, OtherPointerTableType >& Rhs |
Shader.h | ||
TShaderRefBase
(
ShaderType* InShader, |
Shader.h | ||
TShaderRefBase
(
ShaderType* InShader, |
Shader.h |
TShaderRefBase()
| Name | TShaderRefBase |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/Shader.h |
| Include Path | #include "Shader.h" |
TShaderRefBase()
TShaderRefBase(const TShaderRefBase &)
| Name | TShaderRefBase |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/Shader.h |
| Include Path | #include "Shader.h" |
TShaderRefBase
(
const TShaderRefBase &
)
TShaderRefBase(const TShaderRefBase< OtherShaderType, OtherPointerTableType > &)
| Name | TShaderRefBase |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/Shader.h |
| Include Path | #include "Shader.h" |
template<typename OtherShaderType, typename OtherPointerTableType>
TShaderRefBase
(
const TShaderRefBase < OtherShaderType, OtherPointerTableType > & Rhs
)
TShaderRefBase(ShaderType *, const FShaderMapBase &)
| Name | TShaderRefBase |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/Shader.h |
| Include Path | #include "Shader.h" |
TShaderRefBase
(
ShaderType * InShader,
const FShaderMapBase & InShaderMap
)
TShaderRefBase(ShaderType , const FShaderMapBase )
| Name | TShaderRefBase |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/Shader.h |
| Include Path | #include "Shader.h" |
TShaderRefBase
(
ShaderType * InShader,
const FShaderMapBase * InShaderMap
)