ERichCurveTangentWeightMode

Enumerates tangent weight modes.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Curves/RichCurve.h

Include

#include "Curves/RichCurve.h"

Syntax

enum ERichCurveTangentWeightMode
{
    RCTWM_WeightedNone,
    RCTWM_WeightedArrive,
    RCTWM_WeightedLeave,
    RCTWM_WeightedBoth,
}

Values

Name

Description

RCTWM_WeightedNone

Don't take tangent weights into account.

RCTWM_WeightedArrive

Only take the arrival tangent weight into account for evaluation.

RCTWM_WeightedLeave

Only take the leaving tangent weight into account for evaluation.

RCTWM_WeightedBoth

Take both the arrival and leaving tangent weights into account for evaluation.

Remarks

Enumerates tangent weight modes.

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