ENiagaraRibbonUVDistributionMode

Specifies options for distributing UV values across ribbon segments.

Windows
MacOS
Linux

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraRibbonRendererProperties.h

Include

#include "NiagaraRibbonRendererProperties.h"

Syntax

enum ENiagaraRibbonUVDistributionMode
{
    ScaledUniformly,
    ScaledUsingRibbonSegmentLength,
    TiledOverRibbonLength,
    TiledFromStartOverRibbonLength,
}

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss