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 ReleaseInstance
&40;
Instance::ID InstanceID
&41;
Remarks
Completely destroy an instance. After a call to this method the given instance cannot be updated any more, and its resources may have been freed.
Parameters
| Name | Description |
|---|---|
| instance | The id of the instance to destroy. |