Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/FNiagaraEmptyUAVPool
Description
Grab a temporary empty RW buffer from the pool. Note: When doing this outside of Niagara you must be within a FNiagaraUAVPoolAccessScope.
| Name | GetEmptyUAVFromPool |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraEmptyUAVPool.h |
| Include Path | #include "NiagaraEmptyUAVPool.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraEmptyUAVPool.cpp |
FRHIUnorderedAccessView * GetEmptyUAVFromPool
(
FRHICommandList & RHICmdList,
EPixelFormat Format,
ENiagaraEmptyUAVType Type
)