Navigation
API > API/Plugins > API/Plugins/Niagara
Specifies options for handling UVs at the leading and trailing edges of ribbons.
| Name | ENiagaraRibbonUVEdgeMode |
| Type | enum |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraRibbonRendererProperties.h |
| Include Path | #include "NiagaraRibbonRendererProperties.h" |
Syntax
enum ENiagaraRibbonUVEdgeMode
{
SmoothTransition,
Locked,
}
Values
| Name | Remarks |
|---|---|
| SmoothTransition | The UV value at the edge will smoothly transition across the segment using normalized age. |
| Locked | The UV value at the edge will be locked to 0 at the leading edge, or locked to 1 at the Trailing edge. |