Navigation
API > API/Plugins > API/Plugins/Niagara
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraSpriteRendererProperties.h |
| Include | #include "NiagaraSpriteRendererProperties.h" |
Syntax
enum ENiagaraRendererPixelCoverageMode
&123;
Automatic,
Disabled,
Enabled,
Enabled_RGBA,
Enabled_RGB,
Enabled_A,
&125;
Values
| Name | Description |
|---|---|
| Automatic | Automatically determine if we want pixel coverage enabled or disabled, based on project setting and the material used on the renderer. |
| Disabled | Disable pixel coverage. |
| Enabled | Enable pixel coverage with no color adjustment based on coverage. |
| Enabled_RGBA | Enable pixel coverage and adjust the RGBA channels according to coverage. |
| Enabled_RGB | Enable pixel coverage and adjust the RGB channels according to coverage. |
| Enabled_A | Enable pixel coverage and adjust the Alpha channel only according to coverage. |