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 ENiagaraRibbonAgeOffsetMode
&123;
Scale,
Clip,
&125;
Values
Name | Description |
---|---|
Scale | Offset the UVs by age for smooth texture movement, but scale the 0-1 UV range to the current normalized age range of the particles. |
Clip | Offset the UVs by age for smooth texture movement, but use the normalized age range directly as the UV range which will clip the texture for normalized age ranges that don't go from 0-1. |
Remarks
Defines different modes for offsetting UVs by age when ordering ribbon particles using normalized age.