Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR
Inheritance Hierarchy
- Base
- OutputStream
- OutputMemoryStream
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Public/MuR/Serialisation.h |
| Include | #include "MuR/Serialisation.h" |
Syntax
class OutputMemoryStream : public mu::OutputStream
Constructors
| Type | Name | Description | |
|---|---|---|---|
OutputMemoryStream
(
uint64 reserve |
Life cycle. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const void * | GetBuffer () |
Get the serialised data buffer pointer. | |
| uint64 | Get the amount of data in the stream, in bytes. |
Overridden from OutputStream
| Type | Name | Description | |
|---|---|---|---|
| void | Write
(
const void* pData, |
Write a byte buffer |
Classes
| Type | Name | Description | |
|---|---|---|---|
| Private |