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