Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/UNiagaraDataChannel_Islands
Syntax
UPROPERTY (EditAnywhere, Category="Islands")
TArray < TSoftObjectPtr < UNiagaraSystem > > Systems
Remarks
One or more Niagara Systems to spawn that will consume the data in this island. Each island will have an instance of these systems created. These systems are intended to consume data for this whole island and generate effects that cover the whole island. The actual bounds of each of these system instances will be set to the current total bounds of the island.