Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR > API/Plugins/MutableRuntime/MuR/Model
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Public/MuR/Model.h |
| Include | #include "MuR/Model.h" |
| Source | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Private/MuR/Model.cpp |
void GetColourDefaultValue
&40;
int32 Index,
float &42; R,
float &42; G,
float &42; B
&41; const
Remarks
Return the default 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 |
| R, G, B | Pointers to values where every resulting colour channel will be stored |