Navigation
Unreal Engine C++ API Reference > Runtime > Engine > AEFPerTrackCompressionCodec
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/AnimEncoding_PerTrackCompression.h |
Include | #include "AnimEncoding_PerTrackCompression.h" |
Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimEncoding_PerTrackCompression.cpp |
static void GetBoneAtomTranslation
&40;
FTransform & OutAtom,
FAnimSequenceDecompressionContext & DecompContext,
int32 TrackIndex
&41;
Remarks
Decompress the Translation 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. |