Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/UAnimCompress
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimCompress.h |
Include | #include "Animation/AnimCompress.h" |
Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimCompress.cpp |
static void PadByteStream
&40;
TArray< uint8 > & ByteStream,
const int32 Alignment,
uint8 Sentinel
&41;
Remarks
Pads a byte stream to force a particular alignment for the data to follow.
Parameters
Name | Description |
---|---|
ByteStream | Byte stream to append to |
Alignment | Required alignment |
Sentinel | If we need to add padding to meet the requested alignment, this is the padding value used |