![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AnimEncoding_ConstantKeyLerp.h>
Inheritance diagram for AEFConstantKeyLerpShared:Base class for all Animation Encoding Formats using consistently-spaced key interpolation.
|
overridevirtual |
Handles the ByteSwap of compressed rotation data on import
| CompressedData | The compressed animation data being operated on. |
| MemoryReader | The FMemoryReader to read from. |
| RotTrackData | The compressed rotation data stream. |
| NumKeysRot | The number of keys present in the stream. |
Handles the ByteSwap of compressed rotation data on import
| CompressedData | The compressed animation data being operated on. |
| MemoryReader | The FMemoryReader to read from. |
| TrackData | The compressed data stream. |
| NumKeys | The number of keys present in the stream. |
Reimplemented in AEFVariableKeyLerpShared.
|
overridevirtual |
Handles the ByteSwap of compressed rotation data on export
| CompressedData | The compressed animation data being operated on. |
| MemoryWriter | The FMemoryWriter to write to. |
| RotTrackData | The compressed rotation data stream. |
| NumKeysRot | The number of keys to write to the stream. |
Handles the ByteSwap of compressed rotation data on export
| CompressedData | The compressed animation data being operated on. |
| MemoryWriter | The FMemoryWriter to write to. |
| TrackData | The compressed data stream. |
| NumKeys | The number of keys to write to the stream. |
Reimplemented in AEFVariableKeyLerpShared.
|
overridevirtual |
Handles the ByteSwap of compressed Scale data on import
| CompressedData | The compressed animation data being operated on. |
| MemoryReader | The FMemoryReader to read from. |
| ScaleTrackData | The compressed Scale data stream. |
| NumKeysScale | The number of keys present in the stream. |
Handles the ByteSwap of compressed Scale data on import
| CompressedData | The compressed animation data being operated on. |
| MemoryReader | The FMemoryReader to read from. |
| TrackData | The compressed data stream. |
| NumKeys | The number of keys present in the stream. |
Reimplemented in AEFVariableKeyLerpShared.
|
overridevirtual |
Handles the ByteSwap of compressed Scale data on export
| CompressedData | The compressed animation data being operated on. |
| MemoryWriter | The FMemoryWriter to write to. |
| TransTrackData | The compressed Scale data stream. |
| NumKeysTrans | The number of keys to write to the stream. |
Handles the ByteSwap of compressed Scale data on export
| CompressedData | The compressed animation data being operated on. |
| MemoryWriter | The FMemoryWriter to write to. |
| TrackData | The compressed data stream. |
| NumKeys | The number of keys to write to the stream. |
Reimplemented in AEFVariableKeyLerpShared.
|
overridevirtual |
Handles the ByteSwap of compressed translation data on import
| CompressedData | The compressed animation data being operated on. |
| MemoryReader | The FMemoryReader to read from. |
| TransTrackData | The compressed translation data stream. |
| NumKeysTrans | The number of keys present in the stream. |
Handles the ByteSwap of compressed translation data on import
| CompressedData | The compressed animation data being operated on. |
| MemoryReader | The FMemoryReader to read from. |
| TrackData | The compressed data stream. |
| NumKeys | The number of keys present in the stream. |
Reimplemented in AEFVariableKeyLerpShared.
|
overridevirtual |
Handles the ByteSwap of compressed translation data on export
| CompressedData | The compressed animation data being operated on. |
| MemoryWriter | The FMemoryWriter to write to. |
| TransTrackData | The compressed translation data stream. |
| NumKeysTrans | The number of keys to write to the stream. |
Handles the ByteSwap of compressed translation data on export
| CompressedData | The compressed animation data being operated on. |
| MemoryWriter | The FMemoryWriter to write to. |
| TrackData | The compressed data stream. |
| NumKeys | The number of keys to write to the stream. |
Reimplemented in AEFVariableKeyLerpShared.