Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR > API/Plugins/MutableRuntime/MuR/ModelReader
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/Serialisation.h |
| Include | #include "MuR/Serialisation.h" |
bool EndRead
(
OPERATION_ID
)
Remarks
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. true if the data was loaded successfully.