Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/MuCO > API/Plugins/CustomizableObject/MuCO/UCustomizableObjectInstance
| Type | Name | Description | |
|---|---|---|---|
| void | SetIntParameterSelectedOption
(
int32 IntParamIndex, |
Set the currently selected option value for the given parameter, by parameter index and option name. | |
| void | SetIntParameterSelectedOption
(
const FString& ParamName, |
Set the currently selected option value for the given parameter, by parameter name and option name. |