SetShaderValueArray

Specialization of the above for C++ bool type.

Windows
MacOS
Linux

References

Module

RenderCore

Header

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

Include

#include "ShaderParameterUtils.h"

Syntax

template<typename ShaderRHIParamRef, typename TRHICmdList>
void SetShaderValueArray
(
    TRHICmdList & RHICmdList,
    const ShaderRHIParamRef & Shader,
    const FShaderParameter & Parameter,
    const bool * Values,
    uint32 NumElements,
    uint32 BaseElementIndex
)

Remarks

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