SetShaderValueOnContext

Windows
MacOS
Linux

References

Module

RenderCore

Header

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

Include

#include "ShaderParameterUtils.h"

Syntax

template<typename ShaderRHIParamRef, class ParameterType>
void SetShaderValueOnContext
(
    IRHICommandContext & RHICmdListContext,
    const ShaderRHIParamRef & Shader,
    const FShaderParameter & Parameter,
    const ParameterType & Value,
    uint32 ElementIndex
)

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