![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Shader.h>
Inheritance diagram for TOptionalShaderMapRef< ShaderType >:Additional Inherited Members | |
Static Public Member Functions inherited from TShaderRefBase< ShaderType, PointerTableType > | |
| template<typename OtherShaderType , typename OtherPointerTableType > | |
| static TShaderRefBase< ShaderType, PointerTableType > | Cast (const TShaderRefBase< OtherShaderType, OtherPointerTableType > &Rhs) |
| template<typename OtherShaderType , typename OtherPointerTableType > | |
| static TShaderRefBase< ShaderType, PointerTableType > | ReinterpretCast (const TShaderRefBase< OtherShaderType, OtherPointerTableType > &Rhs) |
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.
|
inline |