Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT > API/Plugins/MutableTools/MuT/FileModelWriter
- ModelWriter::OpenWriteFile()
- FileModelWriter::OpenWriteFile()
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 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, |