Navigation
API > API/Plugins > API/Plugins/MutableRuntime
| Name | FOutputMemoryStream |
| Type | class |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/Serialisation.h |
| Include Path | #include "MuR/Serialisation.h" |
Syntax
class FOutputMemoryStream : public mu::FOutputStream
Inheritance Hierarchy
- FOutputStream → FOutputMemoryStream
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOutputMemoryStream
(
uint64 Reserve |
Create the stream with an optional buffer size in bytes. | MuR/Serialisation.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Buffer | TArray64< uint8 > | MuR/Serialisation.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const uint8 * GetBuffer () |
Get the serialised data buffer pointer. | MuR/Serialisation.h | |
int32 GetBufferSize() |
Get the amount of data in the stream, in bytes. | MuR/Serialisation.h | |
void Reset() |
Clear the internal buffer. | 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 |