Navigation
API > API/Plugins > API/Plugins/Niagara
Inheritance Hierarchy
- FNiagaraSystemScalabilitySettings
- FNiagaraSystemScalabilityOverride
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraEffectType.h |
| Include | #include "NiagaraEffectType.h" |
Syntax
USTRUCT&40;&41;
struct FNiagaraSystemScalabilityOverride : public FNiagaraSystemScalabilitySettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32: 1 | bOverrideCullProxySettings | Controls whether we override the cull proxy settings. | |
| uint32: 1 | bOverrideDistanceSettings | Controls whether we override the distance culling settings. | |
| uint32: 1 | bOverrideGlobalBudgetScalingSettings | Controls whether we override the global budget scaling settings. | |
| uint32: 1 | bOverrideInstanceCountSettings | Controls whether we override the instance count culling settings. | |
| uint32: 1 | bOverridePerSystemInstanceCountSettings | Controls whether we override the per system instance count culling settings. | |
| uint32: 1 | bOverrideVisibilitySettings | Controls whether we override the visibility culling settings. |
Constructors
| Type | Name | Description | |
|---|---|---|---|