Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/FSystem
Description
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.
| Name | ReleaseInstance |
| 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 ReleaseInstance
(
FInstance::FID InstanceID
)
Parameters
| Name | Remarks |
|---|---|
| instance | The id of the instance to destroy. |