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 ENiagaraRibbonUVDistributionMode
&123;
ScaledUniformly,
ScaledUsingRibbonSegmentLength,
TiledOverRibbonLength,
TiledFromStartOverRibbonLength,
&125;
Values
Name | Description |
---|---|
ScaledUniformly | Ribbon UVs will stretch the length of the ribbon, without repeating, but distributed by segment, so can be uneven with unequal length segments. |
ScaledUsingRibbonSegmentLength | Ribbon UVs will stretch the length of the ribbon, without repeating, but account for segment length to make an even distribution the entire length of the ribbon. |
TiledOverRibbonLength | Ribbon UVs will be tiled along the length of the ribbon evenly, based on TilingLength setting. |
TiledFromStartOverRibbonLength | Ribbon UVs will be tiled along the length of the ribbon evenly, based on RibbonUVDistance parameter and the TilingLength scale value, to create 'traintrack' style UVs. |
Remarks
Specifies options for distributing UV values across ribbon segments.