Navigation
API > API/Plugins > API/Plugins/Niagara
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraGpuReadbackManager.h |
| Include | #include "NiagaraGpuReadbackManager.h" |
Syntax
class FNiagaraGpuReadbackManager
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | EnqueueReadback
(
FRDGBuilder& GraphBuilder, |
Enqueue a readback of a single buffer. | |
| void | EnqueueReadback
(
FRDGBuilder& GraphBuilder, |
Enqueue a readback of a single buffer. | |
| void | EnqueueReadbacks
(
FRDGBuilder& GraphBuilder, |
Enqueue a readback of multiple buffers. | |
| void | EnqueueReadbacks
(
FRDGBuilder& GraphBuilder, |
Enqueue a readback of multiple buffers. | |
| void | Tick () |
Tick call which polls for completed readbacks. | |
| void | WaitCompletion
(
FRHICommandListImmediate& RHICmdList |
Wait for all pending readbacks to complete. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FBufferRequest | |||
| FPendingReadback | |||
| FRDGBufferRequest |
Typedefs
| Name | Description |
|---|---|
| FCompletionCallback |
Constants
| Name | Description |
|---|---|
| FenceName |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| void | EnqueueReadback
(
FRHICommandList& RHICmdList, |
Support for legacy shaders bindings will be removed in a future release, please upgrade your data interface. | |
| void | EnqueueReadback
(
FRHICommandList& RHICmdList, |
Support for legacy shaders bindings will be removed in a future release, please upgrade your data interface. | |
| void | EnqueueReadbacks
(
FRHICommandList& RHICmdList, |
Support for legacy shaders bindings will be removed in a future release, please upgrade your data interface. | |
| void | EnqueueReadbacks
(
FRHICommandList& RHICmdList, |
Support for legacy shaders bindings will be removed in a future release, please upgrade your data interface. |