SetUAVParameter

Sets the value of a unordered access view parameter

Windows
MacOS
Linux

References

Module

RenderCore

Header

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

Include

#include "ShaderParameterUtils.h"

Syntax

template<typename TRHICmdList>
void SetUAVParameter
(
    TRHICmdList & RHICmdList,
    FRHIPixelShader * PixelShader,
    const FShaderResourceParameter & Parameter,
    FRHIUnorderedAccessView * NewUnorderedAccessViewRHI
)

Remarks

Sets the value of a unordered access view parameter

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