Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR > API/Plugins/MutableRuntime/MuR/Parameters
Inheritance Hierarchy
- Base
- Parameters::Private
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Private/MuR/ParametersPrivate.h |
| Include | #include "MuR/ParametersPrivate.h" |
Syntax
class Private : public mu::Base
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TMap< TArray< int32 >, PARAMETER_VALUE > > | m_multiValues | If the parameter is multidemensional, the values are stored here. | |
| TSharedPtr< const Model > | m_pModel | Warning: update Parameters::Clone method if this members change. | |
| TArray< PARAMETER_VALUE > | m_values | Values for the parameters if they are not multidimensional. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int | Find
(
const char* strName |
||
| FProjector | GetProjectorValue
(
int index, |
||
| bool | HasMultipleValues
(
int32 ParamIndex |
Return true if the parameter has any multi-dimensional values set. | |
| void | Serialise
(
OutputArchive& arch |
||
| void | Unserialise
(
InputArchive& arch |