Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR
Inheritance Hierarchy
- OutputStream
- OutputSizeStream
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/Serialisation.h |
| Include | #include "MuR/Serialisation.h" |
Syntax
class OutputSizeStream : public mu::OutputStream
Remarks
This stream doesn't store any data: it just counts the amount of data serialised.
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint64 | Get the amount of data serialised, in bytes. |
Overridden from OutputStream
| Type | Name | Description | |
|---|---|---|---|
| void | Write
(
const void* Data, |
Write a byte buffer |