SpawnInstanceParameterDataSet

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.

Windows
MacOS
Linux

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss