Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/FNetBitStreamWriter
Description
Commits pending writes to the buffer. Before this call, or the destruction of this instance, the buffer may not be up to date. Typically called after all WriteBits() calls have been made.
| Name | CommitWrites |
| 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 CommitWrites()