ENiagaraRibbonAgeOffsetMode

Defines different modes for offsetting UVs by age when ordering ribbon particles using normalized age.

Windows
MacOS
Linux

References

Module

Niagara

Header

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

Include

#include "NiagaraRibbonRendererProperties.h"

Syntax

enum ENiagaraRibbonAgeOffsetMode
{
    Scale,
    Clip,
}

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.

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