Go to the source code of this file.
|
| FArchive & | operator<< (FArchive &Ar, FAnimationErrorStats &ErrorStats) |
| |
| FArchive & | operator<< (FArchive &Ar, FCompressedOffsetData &D) |
| |
| template<typename T > |
| TArrayView< T > | RebaseTArrayView (const TArrayView< T > &ArrayView, const uint8 *OriginalBase, const uint8 *NewBase) |
| |
| ENGINE_API void | UE::Animation::Private::OnInvalidMaybeMappedAllocatorNum (int32 NewNum, SIZE_T NumBytesPerElement) |
| |
| void | DecompressPose (FCompactPose &OutPose, const FCompressedAnimSequence &CompressedData, const FAnimExtractContext &ExtractionContext, USkeleton *Skeleton, float SequenceLength, EAnimInterpolationType Interpolation, bool bIsBakedAdditive, const TArray< FTransform > &RetargetTransforms, FName SourceName, const FRootMotionReset &RootMotionReset) |
| |
| void | DecompressPose (FCompactPose &OutPose, const FCompressedAnimSequence &CompressedData, const FAnimExtractContext &ExtractionContext, USkeleton *SourceSkeleton, float SequenceLength, EAnimInterpolationType Interpolation, bool bIsBakedAdditive, FName RetargetSource, FName SourceName, const FRootMotionReset &RootMotionReset) |
| |
◆ AnimationKeyFormat
Indicates animation data key format.
| Enumerator |
|---|
| AKF_ConstantKeyLerp | |
| AKF_VariableKeyLerp | |
| AKF_PerTrackCompression | |
| AKF_MAX | |
◆ DecompressPose() [1/2]
◆ DecompressPose() [2/2]
◆ operator<<() [1/2]
◆ operator<<() [2/2]
◆ RebaseTArrayView()