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 |
Instance::ID NewInstance
&40;
const TSharedPtr< const Model > & Model
&41;
Remarks
Create a new instance from the given model. The instance can then be configured through calls to BeginUpdate/EndUpdate. A call to NewInstance must be paired to a call to ReleasesInstance when the instance is no longer needed. An identifier that is always bigger than 0.
Parameters
| Name | Description |
|---|---|
| pModel | Model to build an instance of |