Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Curves/RichCurve.h |
Include |
#include "Curves/RichCurve.h" |
enum ERichCurveTangentWeightMode
{
RCTWM_WeightedNone,
RCTWM_WeightedArrive,
RCTWM_WeightedLeave,
RCTWM_WeightedBoth,
}
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. |
Enumerates tangent weight modes.