Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/MuCO > API/Plugins/CustomizableObject/MuCO/UCustomizableObjectInstance
| Type | Name | Description | |
|---|---|---|---|
| int32 | RemoveValueFromIntRange
(
const FString& ParamName |
Remove the last of the integer range of values from the parameter ParamName, returns the index of the last valid integer, -1 if no values left. | |
| int32 | RemoveValueFromIntRange
(
const FString& ParamName, |
Remove the RangeIndex element of the integer range of values from the parameter ParamName, returns the index of the last valid integer, -1 if no values left. |