Navigation
API > API/Plugins > API/Plugins/Niagara
| Name | FNiagaraSystemScalabilityOverride |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraEffectType.h |
| Include Path | #include "NiagaraEffectType.h" |
Syntax
USTRUCT ()
struct FNiagaraSystemScalabilityOverride : public FNiagaraSystemScalabilitySettings
Inheritance Hierarchy
- FNiagaraSystemScalabilitySettings → FNiagaraSystemScalabilityOverride
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNiagaraSystemScalabilityOverride() |
NiagaraEffectType.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bOverrideCullProxySettings | uint32 | Controls whether we override the cull proxy settings. | NiagaraEffectType.h |
|
| bOverrideDistanceSettings | uint32 | Controls whether we override the distance culling settings. | NiagaraEffectType.h |
|
| bOverrideGlobalBudgetScalingSettings | uint32 | Controls whether we override the global budget scaling settings. | NiagaraEffectType.h |
|
| bOverrideInstanceCountSettings | uint32 | Controls whether we override the instance count culling settings. | NiagaraEffectType.h |
|
| bOverridePerSystemInstanceCountSettings | uint32 | Controls whether we override the per system instance count culling settings. | NiagaraEffectType.h |
|
| bOverrideVisibilitySettings | uint32 | Controls whether we override the visibility culling settings. | NiagaraEffectType.h |
|