SetUniformBufferParameterImmediate

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

SetUniformBufferParameterImmediate

(
    FRHICommandList& RHICmdList,
    const TShaderRHIRef& Shader,
    const TShaderUniformBufferParameter...,
    const TBufferStruct& UniformBuffer...
)

Sets the value of a shader uniform buffer parameter to a value of the struct.

Public function

void

 

SetUniformBufferParameterImmediate

(
    TRHICmdList& RHICmdList,
    const TShaderRHIRef& Shader,
    const TShaderUniformBufferParameter...,
    const TBufferStruct& UniformBuffer...
)

Sets the value of a shader uniform buffer parameter to a value of the struct.

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