Navigation
API > API/Plugins > API/Plugins/Niagara
| Name | ENiagaraRendererPixelCoverageMode |
| Type | enum |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraSpriteRendererProperties.h |
| Include Path | #include "NiagaraSpriteRendererProperties.h" |
Syntax
enum ENiagaraRendererPixelCoverageMode
{
Automatic,
Disabled,
Enabled,
Enabled_RGBA,
Enabled_RGB,
Enabled_A,
}
Values
| Name | Remarks |
|---|---|
| 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. |