Navigation
API > API/Plugins > API/Plugins/MutableRuntime
This stream doesn't store any data: it just counts the amount of data serialised.
| Name | FOutputSizeStream |
| Type | class |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/Serialisation.h |
| Include Path | #include "MuR/Serialisation.h" |
Syntax
class FOutputSizeStream : public mu::FOutputStream
Inheritance Hierarchy
- FOutputStream → FOutputSizeStream
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| WrittenBytes | uint64 | MuR/Serialisation.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint64 GetBufferSize() |
Get the amount of data serialised, in bytes. | MuR/Serialisation.h |
Overridden from FOutputStream
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Write
(
const void* Data, |
Write a byte buffer | MuR/Serialisation.h |