Navigation
API > API/Plugins > API/Plugins/Niagara
| |
|
| Name |
ENiagaraEmitterImportance |
| Type |
enum |
| Header File |
/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraScalabilitySettings.h |
| Include Path |
#include "NiagaraScalabilitySettings.h" |
Syntax
enum ENiagaraEmitterImportance
{
Critical = 0,
Normal = 1,
Low = 2,
}
Values
| Name |
Remarks |
| Critical |
The emitter is critical for the system and blocks both simulation and rendering if it is not fully loaded. |
| Normal |
The emitter has default importance and uses the readiness settings of the system/effect type for rendering and simulation delay. |
| Low |
The system is allowed to simulate and render even if this emitter is not yet ready. |