Navigation
API > API/Plugins > API/Plugins/MutableRuntime
Interface for any output stream to be used with OutputArchives.
| Name | FOutputStream |
| Type | class |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/Serialisation.h |
| Include Path | #include "MuR/Serialisation.h" |
Syntax
class FOutputStream
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FOutputStream() |
Ensure virtual destruction. | MuR/Serialisation.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Write
(
const void* Data, |
Write a byte buffer | MuR/Serialisation.h |