Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR > API/Plugins/MutableRuntime/MuR/Model > API/Plugins/MutableRuntime/MuR/Model/Serialise
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/Model.h |
| Include | #include "MuR/Model.h" |
| Source | /Engine/Plugins/Mutable/Source/MutableRuntime/Private/MuR/Model.cpp |
static void Serialise
(
Model * p,
ModelWriter & arch,
bool bDropData
)
Remarks
Special serialise operation that serialises the data in separate "files". An object with the ModelStreamer interface is responsible of storing this data and providing the "file" concept. If bDropData is set to true, the rom data will be freed as it is serialized.