Navigation
API > API/Plugins > API/Plugins/GLTFCore > API/Plugins/GLTFCore/FAnimation
| Name | EInterpolation |
| Type | enum |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Parsers/GLTFCore/Public/GLTFAnimation.h |
| Include Path | #include "GLTFAnimation.h" |
Syntax
enum EInterpolation
{
Linear,
Step,
CubicSpline,
}
Values
| Name | Remarks |
|---|---|
| Linear | |
| Step | |
| CubicSpline |