Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/FSystem
Description
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.
| Name | NewInstance |
| 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 |
FInstance::FID NewInstance
(
const TSharedPtr < const FModel > & Model
)
An identifier that is always bigger than 0.
Parameters
| Name | Remarks |
|---|---|
| pModel | Model to build an instance of |