NiagaraEmitterInstanceBatcher::GetEmptyUAVFromPool

Grab a temporary dummy RW buffer from the pool.

Windows
MacOS
Linux

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraEmitterInstanceBatcher.h

Include

#include "NiagaraEmitterInstanceBatcher.h"

Source

/Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraEmitterInstanceBatcher.cpp

Syntax

FRHIUnorderedAccessView * GetEmptyUAVFromPool
(
    FRHICommandList & RHICmdList,
    EPixelFormat Format,
    ENiagaraEmptyUAVType Type
) const

Remarks

Grab a temporary dummy RW buffer from the pool.

When doing this outside of Niagara you must be within a FNiagaraUAVPoolAccessScope.

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