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/Public/MuR/Parameters.h |
| Include | #include "MuR/Parameters.h" |
| Source | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Private/MuR/Parameters.cpp |
Ptr < RangeIndex > GetValueIndex
(
int paramIndex,
int valueIndex
) const
Remarks
Return the RangeIndex of a value that has been set to a parameter.
Parameters
| Name | Description |
|---|---|
| paramIndex | Index of the parameter from 0 to GetCount()-1 |
| valueIndex | Index of the value from 0 to GetValueCount()-1 |