Navigation
API > API/Plugins > API/Plugins/Niagara
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraScalabilityManager.h |
| Include | #include "NiagaraScalabilityManager.h" |
Syntax
USTRUCT ()
struct FNiagaraScalabilityManager
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bRefreshOwnerAllowsScalability | ||
| TObjectPtr< UNiagaraEffectType > | EffectType | ||
| double | LastUpdateTime | ||
| TArray< TObjectPtr< UNiagaraComponent > > | ManagedComponents | ||
| TArray< FNiagaraScalabilityState > | State | ||
| TArray< FNiagaraScalabilitySystemData > | SystemData | ||
| TMap< UNiagaraSystem *, int32 > | SystemDataIndexMap |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddReferencedObjects
(
FReferenceCollector& Collector |
||
| void | Dump () |
||
| void | |||
| int32 | |||
| void | |||
| void | OnSystemPostChange
(
UNiagaraSystem* System |
||
| void | |||
| void | Register
(
UNiagaraComponent* Component |
||
| void | Unregister
(
UNiagaraComponent* Component |
||
| void | Update
(
FNiagaraWorldManager* Owner, |