Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR > API/Plugins/MutableRuntime/MuR/InputStream
- InputStream::Read()
- UnrealMutableInputStream::Read()
- InputFileStream::Read()
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Public/MuR/Serialisation.h |
| Include | #include "MuR/Serialisation.h" |
void Read
&40;
void &42; pData,
uint64 size
&41;
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. |