Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraSystemStaticBuffers.h |
Include |
#include "NiagaraSystemStaticBuffers.h" |
struct FNiagaraSystemStaticBuffers
Static buffers shared between all instances built once on load.
Name | Description | |
---|---|---|
|
FNiagaraSystemStaticBuffers() |
|
|
FNiagaraSystemStaticBuffers ( |
|
|
FNiagaraSystemStaticBuffers |
Name | Description | |
---|---|---|
|
~FNiagaraSystemStaticBuffers() |
Name | Description | ||
---|---|---|---|
|
AddCpuData ( |
Adds float data for Cpu access, returns the index into the buffer in elements. |
|
|
AddGpuData ( |
Adds float data for Gpu access, returns the index into the buffer in elements. |
|
|
Finalize() |
Called to finalize the data (done on load by the system) |
|
|
TConstArrayV... |
GetCpuFloatBuffer() |
Get float buffer for Cpu Access. |
|
FRHIShaderRe... |
GetGpuFloatBuffer() |
Get float buffer for Gpu Access. |
Name | Description | ||
---|---|---|---|
|
FNiagaraSyst... |
operator= ( |
|
|
FNiagaraSyst... |
operator= |
Name |
Description |
|
---|---|---|
|
FDeletor |