IRHICommandContext::RHISetUAVParameter

Sets a pixel shader UAV parameter.

Windows
MacOS
Linux

Override Hierarchy

References

Module

RHI

Header

/Engine/Source/Runtime/RHI/Public/RHIContext.h

Include

#include "RHIContext.h"

Syntax

void RHISetUAVParameter
(
    FRHIPixelShader * PixelShader,
    uint32 UAVIndex,
    FRHIUnorderedAccessView * UAV
)

Remarks

Sets a pixel shader UAV parameter.

Parameters

Parameter

Description

PixelShader

The pixel shader to set the UAV for.

UAVIndex

The index of the UAVIndex.

UAV

The new UAV.

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