Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR > API/Plugins/MutableRuntime/MuR/OutputStream
- OutputStream::Write()
- OutputFileStream::Write()
- UnrealMutableOutputStream::Write()
- OutputMemoryStream::Write()
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Public/MuR/Serialisation.h |
| Include | #include "MuR/Serialisation.h" |
void Write
&40;
const void &42; pData,
uint64 size
&41;
Remarks
Write a byte buffer
Parameters
| Name | Description |
|---|---|
| pData | source buffer where data will be read from. |
| size | amount of data to write to the stream. |