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 GetColourValue
&40;
int index,
float &42; pR,
float &42; pG,
float &42; pB,
const Ptr< const RangeIndex > & pos
&41; const
Remarks
Return the value of a colour parameter.
The parameter specified by index is a T_FLOAT.
Parameters
| Name | Description |
|---|---|
| index | Index of the parameter from 0 to GetCount()-1 |
| pR, pG, pB | Pointers to values where every resulting colour channel will be stored |
| pos | Only for multidimensional parameters: relevant position to get in the ranges |