Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR
Inheritance Hierarchy
- Base
- InputStream
- InputFileStream
- UnrealMutableInputStream
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Public/MuR/Serialisation.h |
| Include | #include "MuR/Serialisation.h" |
Syntax
class InputStream : public mu::Base
Remarks
Interface for any input stream to be use with InputArchives.
Destructors
| Type | Name | Description | |
|---|---|---|---|
~InputStream () |
Ensure virtual destruction. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Read
(
void* pData, |
Read a byte buffer |