Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR > API/Plugins/MutableRuntime/MuR/ModelWriter
- ModelWriter::Write()
- FUnrealMutableModelBulkWriter::Write()
- FileModelWriter::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; 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. |