Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/FModel
Description
Create a set of new parameters of the model with the default values. If old parameters are provided, they will be reused when possible instead of the default values.
| Name | NewParameters |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/Model.h |
| Include Path | #include "MuR/Model.h" |
| Source | /Engine/Plugins/Mutable/Source/MutableRuntime/Private/MuR/Model.cpp |
static TSharedPtr < FParameters > NewParameters
(
TSharedPtr < const FModel > Model,
const FParameters * Old
)