Navigation
Unreal Engine C++ API Reference > Runtime > Engine
Inheritance Hierarchy
- AnimEncoding
- AnimEncodingLegacyBase
- AEFConstantKeyLerpShared
- AEFVariableKeyLerpShared
- AEFVariableKeyLerp
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/AnimEncoding_VariableKeyLerp.h |
Include | #include "AnimEncoding_VariableKeyLerp.h" |
Syntax
class AEFVariableKeyLerpShared : public AEFConstantKeyLerpShared
Remarks
Base class for all Animation Encoding Formats using variably-spaced key interpolation.
Overridden from AnimEncodingLegacyBase
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | ByteSwapRotationIn
(
FUECompressedAnimData& CompressedData, |
Handles the ByteSwap of compressed rotation data on import |
![]() ![]() |
void | ByteSwapRotationOut
(
FUECompressedAnimData& CompressedData, |
Handles the ByteSwap of compressed rotation data on export |
![]() ![]() |
void | ByteSwapScaleIn
(
FUECompressedAnimData& CompressedData, |
Handles the ByteSwap of compressed Scale data on import |
![]() ![]() |
void | ByteSwapScaleOut
(
FUECompressedAnimData& CompressedData, |
Handles the ByteSwap of compressed Scale data on export |
![]() ![]() |
void | ByteSwapTranslationIn
(
FUECompressedAnimData& CompressedData, |
Handles the ByteSwap of compressed translation data on import |
![]() ![]() |
void | ByteSwapTranslationOut
(
FUECompressedAnimData& CompressedData, |
Handles the ByteSwap of compressed translation data on export |