Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/UAnimCompress > API/Runtime/Engine/Animation/UAnimCompress/UnalignedWriteToStream
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 UnalignedWriteToStream
&40;
TArray< uint8 > & ByteStream,
const void &42; Src,
SIZE_T Len
&41;
Remarks
Utility function to append data to a byte stream.
Parameters
| Name | Description |
|---|---|
| ByteStream | Byte stream to append to |
| Src | Pointer to the source data to append |
| Len | Length in bytes of the source data to append |