Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/Iris > API/Runtime/IrisCore/Iris/Serialization
References
| Module | IrisCore |
| Header | /Engine/Source/Runtime/Experimental/Iris/Core/Public/Iris/Serialization/NetBitStreamUtil.h |
| Include | #include "Iris/Serialization/NetBitStreamUtil.h" |
Syntax
class FNetBitStreamRollbackScope
Remarks
RollbackScope, if the provided BitWriter is in an invalid state when exiting the scope, the BitWriter will be restored to the state it had when entering the FNetBitStreamRollbackScope
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNetBitStreamRollbackScope
(
FNetBitStreamWriter& InWriter |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint32 | GetStartPos () |
||
| void | Rollback () |