Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/AEFVariableKeyLerp
- AnimEncoding::GetPoseScales()
- AEFVariableKeyLerp::GetPoseScales()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/AnimEncoding_VariableKeyLerp.h |
| Include | #include "AnimEncoding_VariableKeyLerp.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimEncoding_VariableKeyLerp.cpp |
virtual void GetPoseScales
&40;
TArrayView< FTransform > & Atoms,
const BoneTrackArray & DesiredPairs,
FAnimSequenceDecompressionContext & DecompContext
&41;
Remarks
Decompress all requested Scale components from an Animation Sequence
Parameters
| Name | Description |
|---|---|
| Atoms | The FTransform array to fill in. |
| DesiredPairs | Array of requested bone information |
| DecompContext | The decompression context to use. |