Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceRW.h |
Include |
#include "NiagaraDataInterfaceRW.h" |
struct FNiagaraDataInterfaceProxyRW : public FNiagaraDataInterfaceProxy
#todo(dmp): some of the stuff we'd expect to see here is on FNiagaraDataInterfaceProxy - refactor?
Name | Description | ||
---|---|---|---|
|
ClearBuffers ( |
||
|
GetElementCount ( |
Get the element count for this instance. |
|
|
GetGPUInstanceCountOffset ( |
For data interfaces that support iteration on the GPU we need to be able to get the 'real' element count as known only by the GPU The dispatch will use the CPU count, which is potentially an over-estimation, and the value inside the buffer will be used to clip instances that are not valid |
Name | Description | ||
---|---|---|---|
|
FNiagaraData... |
AsIterationProxy() |
|
|
ConsumePerInstanceDataFromGameThread ( |
||
|
PerInstanceDataPassedToRenderThreadSize() |