Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR
Inheritance Hierarchy
- OutputStream
- OutputHashStream
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/Serialisation.h |
| Include | #include "MuR/Serialisation.h" |
Syntax
class OutputHashStream : public mu::OutputStream
Remarks
This stream doesn't store any data: it just calculates of a hash of the data as it receives it.
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint64 | GetHash () |
Return the hash of the data written so far. |
Overridden from OutputStream
| Type | Name | Description | |
|---|---|---|---|
| void | Write
(
const void* Data, |
Write a byte buffer |