Navigation
API > API/Runtime > API/Runtime/Engine
Inheritance Hierarchy
- AnimEncoding
- AEFPerTrackCompressionCodec
- AnimEncodingLegacyBase
- AEFConstantKeyLerpShared
- AEFConstantKeyLerp
- AEFVariableKeyLerpShared
- AEFVariableKeyLerp
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/AnimEncoding.h |
| Include | #include "AnimEncoding.h" |
Syntax
class AnimEncoding
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ByteSwapIn
(
FUECompressedAnimData& CompressedData, |
Handles Byte-swapping incoming animation data from a MemoryReader | |
| void | ByteSwapOut
(
FUECompressedAnimData& CompressedData, |
Handles Byte-swapping outgoing animation data to an array of BYTEs | |
| void | GetPoseRotations
(
TArrayView< FTransform >& Atoms, |
Decompress all requested rotation components from an Animation Sequence | |
| void | GetPoseScales
(
TArrayView< FTransform >& Atoms, |
Decompress all requested translation components from an Animation Sequence | |
| void | GetPoseTranslations
(
TArrayView< FTransform >& Atoms, |
Decompress all requested translation components from an Animation Sequence | |
| float | TimeToIndex
(
float SequenceLength, |
Utility function to determine the two key indices to interpolate given a relative position in the animation | |
| float | TimeToIndex
(
EAnimInterpolationType Interpolation, |
Utility function to determine the two key indices to interpolate given a relative position in the animation |