Navigation
API > API/Plugins > API/Plugins/MutableRuntime
| Name | FModelReader |
| Type | class |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/Serialisation.h |
| Include Path | #include "MuR/Serialisation.h" |
Syntax
class FModelReader
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FModelReader() |
Life cycle. | MuR/Serialisation.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOperationID | int32 | Identifier of reading data operations sent to this interface. Negative values indicate an error. | MuR/Serialisation.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Start a data request operation. | MuR/Serialisation.h | ||
bool DoesBlockExist
(
const FModel*, |
MuR/Serialisation.h | ||
bool EndRead
(
FOperationID |
Complete a data request operation.This method has to block until a data request issued with BeginReadBlock has been completed. | MuR/Serialisation.h | |
bool IsReadCompleted
(
FOperationID |
Check if a data request operation has been completed. | MuR/Serialisation.h |