Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR > API/Plugins/MutableRuntime/MuR/ModelReader
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Public/MuR/Serialisation.h |
| Include | #include "MuR/Serialisation.h" |
bool IsReadCompleted
&40;
OPERATION_ID
&41;
Remarks
Check if a data request operation has been completed. This is a weak check than may return true if the given operation has completed, but it is not mandatory. It is used as a hint by the System to optimise its opertaions. There is no guarantee that this method will ever be called, and it is safe to always return false.