Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/FNetBitStreamWriter
Description
Writes BitCount bits from Src starting at SrcBitOffset. Assumes that Src was written to via this class or that bits were written in order from lowest to highest memory address. If the BitCount exceeds the remaining space no bits will be written and the stream will be marked as overflown.
| Name | WriteBitStream |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/Serialization/NetBitStreamWriter.h |
| Include Path | #include "Iris/Serialization/NetBitStreamWriter.h" |
| Source | /Engine/Source/Runtime/Net/Iris/Private/Iris/Serialization/NetBitStreamWriter.cpp |
void WriteBitStream
(
const uint32 * Src,
uint32 SrcBitOffset,
uint32 BitCount
)