Navigation
API > API/Runtime > API/Runtime/Engine > API/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 PreservePadding
&40;
uint8 &42;& TrackData,
FMemoryArchive & MemoryStream
&41;
Remarks
Preserves 4 byte alignment within a stream
Parameters
Name | Description |
---|---|
TrackData | [inout] The current data offset (will be returned four byte aligned from the start of the compressed byte stream) |
MemoryStream | The MemoryReader or MemoryWriter object to read from/write to. |