Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/FNetBitStreamReader
Description
Seek to a specific position from the start of the stream or substream. If the stream is overflown and you seek back to a position where you can still read bits the stream will no longer be considered overflown.
| Name | Seek |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/Serialization/NetBitStreamReader.h |
| Include Path | #include "Iris/Serialization/NetBitStreamReader.h" |
| Source | /Engine/Source/Runtime/Net/Iris/Private/Iris/Serialization/NetBitStreamReader.cpp |
void Seek
(
uint32 BitPosition
)