Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR > API/Plugins/MutableRuntime/MuR/InputStream
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Public/MuR/Serialisation.h |
| Include | #include "MuR/Serialisation.h" |
void Read
(
void * pData,
uint64 size
)
Remarks
Read a byte buffer
Parameters
| Name | Description |
|---|---|
| pData | destination buffer, must have at least size bytes allocated. |
| size | amount of bytes to read from the stream. |