SetUniformBufferParameter

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

SetUniformBufferParameter

(
    TRHICmdList& RHICmdList,
    const TShaderRHIRef& Shader,
    const FShaderUniformBufferParameter...,
    FRHIUniformBuffer* UniformBuff...
)

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

Public function

void

 

SetUniformBufferParameter

(
    TRHICmdList& RHICmdList,
    const TShaderRHIRef& Shader,
    const TShaderUniformBufferParameter...,
    const TUniformBufferRef< TBufferStr...
)

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

Public function

void

 

SetUniformBufferParameter

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

Sets the value of a shader uniform buffer parameter to a uniform buffer containing 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