BeginSetUniformBufferContents

Sends a message to the rendering thread to set the contents of a uniform buffer.

Windows
MacOS
Linux

References

Module

RenderCore

Header

/Engine/Source/Runtime/RenderCore/Public/UniformBuffer.h

Include

#include "UniformBuffer.h"

Syntax

template<typename TBufferStruct>
void BeginSetUniformBufferContents
(
    TUniformBuffer< TBufferStruct > & UniformBuffer,
    const TBufferStruct & Struct
)

Remarks

Sends a message to the rendering thread to set the contents of a uniform buffer. Called by the game thread.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss