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