ENiagaraRibbonUVEdgeMode

Specifies options for handling UVs at the leading and trailing edges of ribbons.

Windows
MacOS
Linux

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.

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