Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/FSystem
Description
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.
| Name | EndUpdate |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/System.h |
| Include Path | #include "MuR/System.h" |
| Source | /Engine/Plugins/Mutable/Source/MutableRuntime/Private/MuR/System.cpp |
void EndUpdate
(
FInstance::FID InstanceID
)
Parameters
| Name | Remarks |
|---|---|
| instance | The index of the instance whose last data will be invalidated. |