Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT > API/Plugins/MutableTools/MuT/FileModelWriter
- ModelWriter::Write()
- FileModelWriter::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; pBuffer,
uint64 size
&41;
Remarks
There must be a file open with OpenWriteFile before calling this.
Parameters
| Name | Description |
|---|---|
| pBuffer | pointer to the data that will be written to the file. |
| size | size of the data to write on the file, in bytes. |