SetShaderValueArray

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

SetShaderValueArray

(
    TRHICmdList& RHICmdList,
    const ShaderRHIParamRef& Shader,
    const FShaderParameter& Parameter,
    const ParameterType* Values,
    uint32 NumElements,
    uint32 BaseElementIndex
)

Sets the value of a shader parameter array.

Public function

void

 

SetShaderValueArray

(
    TRHICmdList& RHICmdList,
    const ShaderRHIParamRef& Shader,
    const FShaderParameter& Parameter,
    const bool* Values,
    uint32 NumElements,
    uint32 BaseElementIndex
)

Specialization of the above for C++ bool type.

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