Navigation
API > API/Plugins > API/Plugins/Niagara
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraRibbonRendererProperties.h |
| Include | #include "NiagaraRibbonRendererProperties.h" |
Syntax
enum ENiagaraRibbonUVEdgeMode
{
SmoothTransition,
Locked,
}
Values
| Name | Description |
|---|---|
| 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. |
Remarks
Specifies options for handling UVs at the leading and trailing edges of ribbons.