Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/FNiagaraSystemScalabilitySetting-
Syntax
UPROPERTY&40;EditAnywhere, Category&61;"Scalability", DisplayName&61;"Max Effect Type Instances",
Meta&61;&40;EditCondition&61;"bCullMaxInstanceCount", DisplayInScalabilityValuesBar&41;&41;
int32 MaxInstances
Remarks
Effects of this type will be culled when total active instances using this same EffectType 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.