| bCullByGlobalBudget |
uint32 |
Controls whether global budget based culling is enabled. |
NiagaraEffectType.h |
- EditAnywhere
- Category="Scalability"
- Meta=(InlineEditConditionToggle)
|
| bScaleMaxDistanceByGlobalBudgetUse |
uint32 |
Controls whether we scale down the MaxDistance based on the global budget use. |
NiagaraEffectType.h |
- EditAnywhere
- Category="Scalability"
- Meta=(InlineEditConditionToggle)
|
| bScaleMaxInstanceCountByGlobalBudgetUse |
uint32 |
Controls whether we scale down the system instance counts by global budget usage. |
NiagaraEffectType.h |
- EditAnywhere
- Category="Scalability"
- Meta=(InlineEditConditionToggle)
|
| bScaleSystemInstanceCountByGlobalBudgetUse |
uint32 |
Controls whether we scale down the effect type instance counts by global budget usage. |
NiagaraEffectType.h |
- EditAnywhere
- Category="Scalability"
- Meta=(InlineEditConditionToggle)
|
| MaxDistanceScaleByGlobalBudgetUse |
FNiagaraLinearRamp |
When enabled, MaxDistance is scaled down by the global budget use based on this curve. |
NiagaraEffectType.h |
- EditAnywhere
- Category="Budget Scaling"
- Meta=(EditCondition="bScaleMaxDistanceByGlobalBudgetUse", DisplayInScalabilityValuesBar)
|
| MaxGlobalBudgetUsage |
float |
Effects will be culled if the global budget usage exceeds this fraction. |
NiagaraEffectType.h |
- EditAnywhere
- Category="Scalability"
- Meta=(EditCondition="bCullByGlobalBudget", DisplayInScalabilityValuesBar)
|
| MaxInstanceCountScaleByGlobalBudgetUse |
FNiagaraLinearRamp |
When enabled, Max Effect Type Instances is scaled down by the global budget use based on this curve. |
NiagaraEffectType.h |
- EditAnywhere
- Category="Budget Scaling"
- Meta=(EditCondition="bScaleMaxInstanceCountByGlobalBudgetUse", DisplayInScalabilityValuesBar)
|
| MaxSystemInstanceCountScaleByGlobalBudgetUse |
FNiagaraLinearRamp |
When enabled, Max System Instances is scaled down by the global budget use based on this curve. |
NiagaraEffectType.h |
- EditAnywhere
- Category="Budget Scaling"
- Meta=(EditCondition="bScaleSystemInstanceCountByGlobalBudgetUse", DisplayInScalabilityValuesBar)
|