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
{
Automatic,
Disabled,
UMETA =(DisplayName = "Enabled (No Color Adjustment)"),
UMETA =(DisplayName = "Enabled (RGBA)"),
UMETA =(DisplayName = "Enabled (RGB)"),
UMETA =(DisplayName = "Enabled (A)"),
}
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. |
| UMETA | Enable pixel coverage with no color adjustment based on coverage. |
| UMETA | Enable pixel coverage and adjust the RGBA channels according to coverage. |
| UMETA | Enable pixel coverage and adjust the RGB channels according to coverage. |
| UMETA | Enable pixel coverage and adjust the Alpha channel only according to coverage. |