Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/TUniformBufferRef
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Initializes the reference to null. | ShaderParameterMacros.h | ||
TUniformBufferRef
(
FRHIUniformBuffer* InRHIRef |
Construct an instance from an existing RHI uniform buffer pointer. | ShaderParameterMacros.h |
TUniformBufferRef()
Description
Initializes the reference to null.
| Name | TUniformBufferRef |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/ShaderParameterMacros.h |
| Include Path | #include "ShaderParameterMacros.h" |
TUniformBufferRef()
TUniformBufferRef(FRHIUniformBuffer *)
Description
Construct an instance from an existing RHI uniform buffer pointer. Validates at runtime that the type of the uniform buffer matches the template struct type.
| Name | TUniformBufferRef |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/ShaderParameterMacros.h |
| Include Path | #include "ShaderParameterMacros.h" |
TUniformBufferRef
(
FRHIUniformBuffer * InRHIRef
)