Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataSet.h |
Include |
#include "NiagaraDataSet.h" |
USTRUCT()
struct FNiagaraDataSetCompiledData
Name | Description | ||
---|---|---|---|
|
uint32: 1 |
bRequiresPersistentIDs |
Whether or not this dataset require persistent IDs. |
|
ID |
Unique ID for this DataSet. Used to allow referencing from other emitters and Systems. |
|
|
SimTarget |
Sim target this DataSet is targeting (CPU/GPU). |
|
|
TotalFloatComponents |
Total number of components of each type in the data set. |
|
|
TotalHalfComponents |
||
|
TotalInt32Components |
||
|
VariableLayouts |
Data describing the layout of variable data. |
|
|
Variables |
Variables in the data set. |
Name | Description | |
---|---|---|
|
FNiagaraDataSetCompiledData() |
Name | Description | ||
---|---|---|---|
|
BuildLayout() |
||
|
Empty() |
||
|
const FNiaga... |
FindVariableLayoutInfo ( |
Name |
Description |
---|---|
DummyCompiledData |