Navigation
API > API/Runtime > API/Runtime/Engine
| Name | AEFVariableKeyLerp |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/AnimEncoding_VariableKeyLerp.h |
| Include Path | #include "AnimEncoding_VariableKeyLerp.h" |
Syntax
template<int32 FORMAT>
class AEFVariableKeyLerp : public AEFVariableKeyLerpShared
Inheritance Hierarchy
- AnimEncoding → AnimEncodingLegacyBase → AEFConstantKeyLerpShared → AEFVariableKeyLerpShared → AEFVariableKeyLerp
Functions
Public
Overridden from AnimEncodingLegacyBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetBoneAtomRotation
(
FTransform& OutAtom, |
Decompress the Rotation component of a BoneAtom | AnimEncoding_VariableKeyLerp.h | |
virtual void GetBoneAtomScale
(
FTransform& OutAtom, |
Decompress the Scale component of a BoneAtom | AnimEncoding_VariableKeyLerp.h | |
virtual void GetBoneAtomTranslation
(
FTransform& OutAtom, |
Decompress the Translation component of a BoneAtom | AnimEncoding_VariableKeyLerp.h |
Overridden from AnimEncoding
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetPoseRotations
(
TArrayView< FTransform >& Atoms, |
Decompress all requested rotation components from an Animation Sequence | AnimEncoding_VariableKeyLerp.h | |
virtual void GetPoseScales
(
TArrayView< FTransform >& Atoms, |
Decompress all requested Scale components from an Animation Sequence | AnimEncoding_VariableKeyLerp.h | |
virtual void GetPoseTranslations
(
TArrayView< FTransform >& Atoms, |
Decompress all requested translation components from an Animation Sequence | AnimEncoding_VariableKeyLerp.h |