Navigation
API > API/Plugins > API/Plugins/MutableRuntime
| Name | FModelWriter |
| Type | class |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/Serialisation.h |
| Include Path | #include "MuR/Serialisation.h" |
Syntax
class FModelWriter
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FModelWriter() |
Life cycle. | MuR/Serialisation.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CloseWriteFile() |
Close the file open for writing in a previous call to OpenWriteFile in this object. | MuR/Serialisation.h | |
void OpenWriteFile
(
uint32 BlockKey, |
MuR/Serialisation.h | ||
void Write
(
const void* Buffer, |
MuR/Serialisation.h |