Navigation
Unreal Engine C++ API Reference > Runtime > Engine
Inheritance Hierarchy
- AnimEncoding
- AnimEncodingLegacyBase
- AEFConstantKeyLerpShared
- AEFConstantKeyLerp
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/AnimEncoding_ConstantKeyLerp.h |
Include | #include "AnimEncoding_ConstantKeyLerp.h" |
Syntax
template<int32 FORMAT>
class AEFConstantKeyLerp : public AEFConstantKeyLerpShared
Overridden from AnimEncodingLegacyBase
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | GetBoneAtomRotation
(
FTransform& OutAtom, |
Decompress the Rotation component of a BoneAtom |
![]() ![]() |
void | GetBoneAtomScale
(
FTransform& OutAtom, |
Decompress the Scale component of a BoneAtom |
![]() ![]() |
void | GetBoneAtomTranslation
(
FTransform& OutAtom, |
Decompress the Translation component of a BoneAtom |
Overridden from AnimEncoding
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | GetPoseRotations
(
TArrayView< FTransform >& Atoms, |
Decompress all requested rotation components from an Animation Sequence |
![]() ![]() |
void | GetPoseScales
(
TArrayView< FTransform >& Atoms, |
Decompress all requested Scale components from an Animation Sequence |
![]() ![]() |
void | GetPoseTranslations
(
TArrayView< FTransform >& Atoms, |
Decompress all requested translation components from an Animation Sequence |