Navigation
API > API/Plugins > API/Plugins/Niagara
References
Module | Niagara |
Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataSet.h |
Include | #include "NiagaraDataSet.h" |
Syntax
class FScopedNiagaraDataSetGPUReadback
Remarks
Allows immediate access to GPU data on the CPU, you can then use FNiagaraDataSetAccessor to access the data. This will make a copy of the GPU data and will stall the CPU until the data is ready from the GPU, therefore it should only be used for tools / debugging. For async readback see FNiagaraSystemInstance::RequestCapture.
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
uint32 | ||
![]() |
void | ReadbackData
(
FNiagaraGpuComputeDispatchInterface* ComputeDispatchInterface, |