Navigation
API > API/Runtime > API/Runtime/Engine
Base class for all Animation Encoding Formats using variably-spaced key interpolation.
| Name | AEFVariableKeyLerpShared |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/AnimEncoding_VariableKeyLerp.h |
| Include Path | #include "AnimEncoding_VariableKeyLerp.h" |
Syntax
class AEFVariableKeyLerpShared : public AEFConstantKeyLerpShared
Inheritance Hierarchy
- AnimEncoding → AnimEncodingLegacyBase → AEFConstantKeyLerpShared → AEFVariableKeyLerpShared
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_VariableKeyLerp.h | |
virtual void ByteSwapRotationOut
(
FUECompressedAnimData& CompressedData, |
Handles the ByteSwap of compressed rotation data on export | AnimEncoding_VariableKeyLerp.h | |
virtual void ByteSwapScaleIn
(
FUECompressedAnimData& CompressedData, |
Handles the ByteSwap of compressed Scale data on import | AnimEncoding_VariableKeyLerp.h | |
virtual void ByteSwapScaleOut
(
FUECompressedAnimData& CompressedData, |
Handles the ByteSwap of compressed Scale data on export | AnimEncoding_VariableKeyLerp.h | |
virtual void ByteSwapTranslationIn
(
FUECompressedAnimData& CompressedData, |
Handles the ByteSwap of compressed translation data on import | AnimEncoding_VariableKeyLerp.h | |
virtual void ByteSwapTranslationOut
(
FUECompressedAnimData& CompressedData, |
Handles the ByteSwap of compressed translation data on export | AnimEncoding_VariableKeyLerp.h |