Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/FNiagaraSystemSimulation
Syntax
FNiagaraDataSet SpawnInstanceParameterDataSet
Remarks
As there's a 1 to 1 relationship between system instance and their execution in this simulation we must pull all that instances parameters into a dataset for simulation. In some cases this might be a big waste of memory as there'll be duplicated data from a parameter store that's shared across all instances. Though all these parameters can be unique per instance so for now lets just do the simple thing and improve later.