Navigation
API > API/Runtime > API/Runtime/Engine
| Name | EAnimCurveType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/AnimCurveTypes.h |
| Include Path | #include "Animation/AnimCurveTypes.h" |
Syntax
enum EAnimCurveType
{
AttributeCurve,
MaterialCurve,
MorphTargetCurve,
MaxAnimCurveType,
}
Values
| Name | Remarks |
|---|---|
| AttributeCurve | |
| MaterialCurve | |
| MorphTargetCurve | |
| MaxAnimCurveType | Make sure to update MaxCurve |