Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR
Inheritance Hierarchy
- Base
- ModelReader
- FUnrealMutableModelBulkReader
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Public/MuR/Serialisation.h |
| Include | #include "MuR/Serialisation.h" |
Syntax
class ModelReader : public mu::Base
Destructors
| Type | Name | Description | |
|---|---|---|---|
~ModelReader () |
Life cycle. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| OPERATION_ID | BeginReadBlock
(
const mu::Model*, |
Start a data request operation. | |
| void | EndRead
(
OPERATION_ID |
Complete a data request operation. | |
| bool | Check if a data request operation has been completed. |
Typedefs
| Name | Description |
|---|---|
| OPERATION_ID | Identifier of reading data operations sent to this interface. Negative values indicate an error. |