![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AnimCompressionTypes.h>
Public Member Functions | |
| template<template< typename > class OtherContainerMaker> | |
| FCompressedAnimDataBase (FCompressedAnimDataBase< OtherContainerMaker > &InCompressedData) | |
| FCompressedAnimDataBase () | |
|
inlineexplicit |
| ContainerTypeMakerTemplate<uint8>::Type FCompressedAnimDataBase< ContainerTypeMakerTemplate >::CompressedByteStream |
| FCompressedOffsetDataBase<typename ContainerTypeMakerTemplate<int32>::Type> FCompressedAnimDataBase< ContainerTypeMakerTemplate >::CompressedScaleOffsets |
An array of 2*NumTrack ints, arranged as follows: if identity, it is offset if not, it is num of keys [0] Scale0.Offset or NumKeys [1] Scale1.Offset or NumKeys
@TODO NOTE: first implementation is offset is [0], numkeys [1] . . .
| ContainerTypeMakerTemplate<int32>::Type FCompressedAnimDataBase< ContainerTypeMakerTemplate >::CompressedTrackOffsets |
An array of 4*NumTrack ints, arranged as follows: - PerTrack is 2*NumTrack, so this isn't true any more [0] Trans0.Offset [1] Trans0.NumKeys [2] Rot0.Offset [3] Rot0.NumKeys [4] Trans1.Offset . . .
| enum AnimationKeyFormat FCompressedAnimDataBase< ContainerTypeMakerTemplate >::KeyEncodingFormat |
| class AnimEncoding* FCompressedAnimDataBase< ContainerTypeMakerTemplate >::RotationCodec |
| AnimationCompressionFormat FCompressedAnimDataBase< ContainerTypeMakerTemplate >::RotationCompressionFormat |
| class AnimEncoding* FCompressedAnimDataBase< ContainerTypeMakerTemplate >::ScaleCodec |
| AnimationCompressionFormat FCompressedAnimDataBase< ContainerTypeMakerTemplate >::ScaleCompressionFormat |
| class AnimEncoding* FCompressedAnimDataBase< ContainerTypeMakerTemplate >::TranslationCodec |
The runtime interface to decode and byte swap the compressed animation May be NULL. Set at runtime - does not exist in editor
| AnimationCompressionFormat FCompressedAnimDataBase< ContainerTypeMakerTemplate >::TranslationCompressionFormat |
The compression format that was used to compress tracks parts.