Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR > API/Plugins/MutableRuntime/MuR/ModelWriter
- ModelWriter::OpenWriteFile()
- FUnrealMutableModelBulkWriter::OpenWriteFile()
- FileModelWriter::OpenWriteFile()
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Public/MuR/Serialisation.h |
| Include | #include "MuR/Serialisation.h" |
void OpenWriteFile
&40;
uint64 key0
&41;
Remarks
Only one file can be open a time for writing. This method is only required when writing model data from tools.
Parameters
| Name | Description |
|---|---|
| strModelName | Name of the model where the file to open belongs to. This string's meaning depends on the implementation of the ModelStreamer subclasses. It could be a file path, or a resource identifier, etc. It will be the same for all files in a model. |
| key | key identifying the model data fragment that is requested. This key interpretation depends on the implementation of the ModelStreamer, |