Navigation
API > API/Runtime > API/Runtime/RenderCore
Description
Sends a message to the rendering thread to set the contents of a uniform buffer. Called by the game thread.
| Name | BeginSetUniformBufferContents |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/UniformBuffer.h |
| Include Path | #include "UniformBuffer.h" |
template<typename TBufferStruct>
void BeginSetUniformBufferContents
(
TUniformBuffer < TBufferStruct > & UniformBuffer,
const TBufferStruct & Struct
)