Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR > API/Plugins/MutableRuntime/MuR/Parameters
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Internal/MuR/ParametersPrivate.h |
Syntax
class Private
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 | |
|---|---|---|---|
| int32 | |||
| 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 |