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