#include <FCDAnimationKey.h>
Inheritance diagram for FCDAnimationKeyBezier:
Public Attributes | |
FMVector2 | inTangent |
The incoming tangent value. | |
FMVector2 | outTangent |
The outcoming tangent value. |
This class is used for bezier keys and soon: for hermite keys as well.
Do not create directly. Instead call FCDAnimationCurve::AddKey(FUDaeInterpolation::BEZIER).