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 SetColourValue
(
int index,
float R,
float G,
float B,
float A,
const Ptr < const RangeIndex > & pos
)
Remarks
If the parameter is of the colour type, set its value.
Parameters
| Name | Description |
|---|---|
| index | Index of the parameter from 0 to GetCount()-1 |
| r, g, b | new value of the parameter |
| pos | Only for multidimensional parameters: relevant position to set in the ranges |