TUniformBufferRef::CreateLocalUniformBuffer

Creates a uniform buffer with the given value, and returns a structured reference to it.

Windows
MacOS
Linux

References

Module

RenderCore

Header

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

Include

#include "ShaderParameterMacros.h"

Syntax

static FLocalUniformBuffer CreateLocalUniformBuffer
(
    FRHICommandList & RHICmdList,
    const TBufferStruct & Value,
    EUniformBufferUsage Usage
)

Remarks

Creates a uniform buffer with the given value, and returns a structured reference to it.

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