Navigation
API > API/Runtime > API/Runtime/Engine
Base class for all Animation Encoding Formats using consistently-spaced key interpolation.
| Name | AEFConstantKeyLerpShared |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/AnimEncoding_ConstantKeyLerp.h |
| Include Path | #include "AnimEncoding_ConstantKeyLerp.h" |
Syntax
class AEFConstantKeyLerpShared : public AnimEncodingLegacyBase
Inheritance Hierarchy
- AnimEncoding → AnimEncodingLegacyBase → AEFConstantKeyLerpShared
Derived Classes
Functions
Public
Overridden from AnimEncodingLegacyBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ByteSwapRotationIn
(
FUECompressedAnimData& CompressedData, |
Handles the ByteSwap of compressed rotation data on import | AnimEncoding_ConstantKeyLerp.h | |
virtual void ByteSwapRotationOut
(
FUECompressedAnimData& CompressedData, |
Handles the ByteSwap of compressed rotation data on export | AnimEncoding_ConstantKeyLerp.h | |
virtual void ByteSwapScaleIn
(
FUECompressedAnimData& CompressedData, |
Handles the ByteSwap of compressed Scale data on import | AnimEncoding_ConstantKeyLerp.h | |
virtual void ByteSwapScaleOut
(
FUECompressedAnimData& CompressedData, |
Handles the ByteSwap of compressed Scale data on export | AnimEncoding_ConstantKeyLerp.h | |
virtual void ByteSwapTranslationIn
(
FUECompressedAnimData& CompressedData, |
Handles the ByteSwap of compressed translation data on import | AnimEncoding_ConstantKeyLerp.h | |
virtual void ByteSwapTranslationOut
(
FUECompressedAnimData& CompressedData, |
Handles the ByteSwap of compressed translation data on export | AnimEncoding_ConstantKeyLerp.h |