FNiagaraSortKeyGenCS::SetOutput

Set output buffers for this shader.

Windows
MacOS
Linux

References

Module

NiagaraVertexFactories

Header

/Engine/Plugins/FX/Niagara/Source/NiagaraVertexFactories/Public/NiagaraSortingGPU.h

Include

#include "NiagaraSortingGPU.h"

Source

/Engine/Plugins/FX/Niagara/Source/NiagaraVertexFactories/Private/NiagaraSortingGPU.cpp

Syntax

void SetOutput
(
    FRHICommandList & RHICmdList,
    FRHIUnorderedAccessView * OutKeysUAV,
    FRHIUnorderedAccessView * OutIndicesUAV
)

Remarks

Set output buffers for this shader.

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