Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/FNetBitStreamWriter
Description
Commits a substream to this stream. Substreams that are overflown or do not belong to this stream will be ignored. If the substream is valid then this stream's bit position will be updated. CommitWrites() is not called by this method.
| Name | CommitSubstream |
| 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 CommitSubstream
(
FNetBitStreamWriter & Substream
)