Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR
Inheritance Hierarchy
- Base
- OutputStream
- OutputFileStream
- OutputMemoryStream
- UnrealMutableOutputStream
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Public/MuR/Serialisation.h |
| Include | #include "MuR/Serialisation.h" |
Syntax
class OutputStream : public mu::Base
Remarks
Interface for any output stream to be used with OutputArchives
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Ensure virtual destruction. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Write
(
const void* pData, |
Write a byte buffer |