Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR > API/Plugins/MutableRuntime/MuR/System
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Public/MuR/System.h |
| Include | #include "MuR/System.h" |
| Source | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Private/MuR/System.cpp |
void EndUpdate
&40;
Instance::ID InstanceID
&41;
Remarks
Invalidate and free the last Instance data returned by a call to BeginUpdate with the same instance index. After a call to this method, that Instance cannot be used any more and its content is undefined.
Parameters
| Name | Description |
|---|---|
| instance | The index of the instance whose last data will be invalidated. |