Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/FModelReader
Description
Complete a data request operation.This method has to block until a data request issued with BeginReadBlock has been completed. After returning from this call, the ID cannot be used any more to identify the same operation and becomes free.
| Name | EndRead |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/Serialisation.h |
| Include Path | #include "MuR/Serialisation.h" |
bool EndRead
(
FOperationID
)
true if the data was loaded successfully.