Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT > API/Plugins/MutableTools/MuT/OutputFileStream
- OutputStream::Write()
- OutputFileStream::Write()
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/Streams.h |
| Include | #include "MuT/Streams.h" |
| Source | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Private/MuT/Streams.cpp |
virtual 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. |