Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/TUniformBuffer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetContents
(
const TBufferStruct& NewContents |
UniformBuffer.h | ||
void SetContents
(
FRHICommandListBase& RHICmdList, |
Sets the contents of the uniform buffer. | UniformBuffer.h |
SetContents(const TBufferStruct &)
| Name | SetContents |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/UniformBuffer.h |
| Include Path | #include "UniformBuffer.h" |
void SetContents
(
const TBufferStruct & NewContents
)
SetContents(FRHICommandListBase &, const TBufferStruct &)
Description
Sets the contents of the uniform buffer.
| Name | SetContents |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/UniformBuffer.h |
| Include Path | #include "UniformBuffer.h" |
void SetContents
(
FRHICommandListBase & RHICmdList,
const TBufferStruct & NewContents
)