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 |
void SetFloatValue
&40;
int index,
float value,
const Ptr< const RangeIndex > & pos
&41;
Remarks
If the parameter is of the float type, set its value.
Parameters
| Name | Description |
|---|---|
| index | Index of the parameter from 0 to GetCount()-1 |
| value | new value of the parameter |
| pos | Only for multidimensional parameters: relevant position to set in the ranges |