Navigation
API > API/Runtime > API/Runtime/Engine
Indicates animation data key format.
| Name | AnimationKeyFormat |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/AnimCompressionTypes.h |
| Include Path | #include "Animation/AnimCompressionTypes.h" |
Syntax
enum AnimationKeyFormat
{
AKF_ConstantKeyLerp,
AKF_VariableKeyLerp,
AKF_PerTrackCompression,
AKF_MAX,
}
Values
| Name | Remarks |
|---|---|
| AKF_ConstantKeyLerp | |
| AKF_VariableKeyLerp | |
| AKF_PerTrackCompression | |
| AKF_MAX |