Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/FNiagaraSystemScalabilitySetting-
Syntax
UPROPERTY&40;EditAnywhere, Category&61;"Scalability",
Meta&61;&40;EditCondition&61;"bCullPerSystemMaxInstanceCount", DisplayInScalabilityValuesBar&41;&41;
int32 MaxSystemInstances
Remarks
Effects of this type will be culled when total active instances of the same NiagaraSystem exceeds this number. If the effect type has a significance handler, instances are sorted by their significance and only the N most significant will be kept. The rest are culled. If it does not have a significance handler, instance count culling will be applied at spawn time only. New FX that would exceed the counts are not spawned/activated.