Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR > API/Plugins/MutableRuntime/MuR/RangeIndex
Inheritance Hierarchy
- Base
- RangeIndex::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 | |
|---|---|---|---|
| int | m_parameter | Index of the parameter for which we are a range index. | |
| Ptr< const Parameters > | m_pParameters | Run-time data. | |
| TArray< int > | m_values | Position in the several dimension of the range, as defined in m_pParameters. |