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 SetBoolValue
(
int index,
bool value,
const Ptr < const RangeIndex > & pos
)
Remarks
Set the value of a parameter of type boolean.
The parameter specified by index is a T_BOOL.
Parameters
| Name | Description |
|---|---|
| index | Index of the parameter from 0 to GetCount()-1 |
| value | new value of the parameter |
| pos | optional parameter to set a specific value for the given multidimensional position. If null, the value is set for all possible positions. |