Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/AnimEncodingLegacyBase
- AnimEncodingLegacyBase::GetBoneAtomScale()
- AEFConstantKeyLerp::GetBoneAtomScale()
- AEFVariableKeyLerp::GetBoneAtomScale()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/AnimEncoding.h |
| Include | #include "AnimEncoding.h" |
virtual void GetBoneAtomScale
(
FTransform & OutAtom,
const FAnimSequenceDecompressionContext & DecompContext,
int32 TrackIndex
)
Remarks
Decompress the Scale component of a BoneAtom
Parameters
| Name | Description |
|---|---|
| OutAtom | The FTransform to fill in. |
| DecompContext | The decompression context to use. |
| TrackIndex | The index of the track desired in the Animation Sequence. |