Navigation
Unreal Engine C++ API Reference > 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,
int32 & StreamOffset,
const void &42; Src,
SIZE_T Len
&41;
Remarks
Utility function to write data to a byte stream.
Parameters
Name | Description |
---|---|
ByteStream | Byte stream to write to |
StreamOffset | Offset in stream to start writing to |
Src | Pointer to the source data to write |
Len | Length in bytes of the source data to write |