Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/MuCO > API/Plugins/CustomizableObject/MuCO/UCustomizableObjectInstance
References
| Module | CustomizableObject |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObject/Classes/MuCO/CustomizableObjectInstance.h |
| Include | #include "MuCO/CustomizableObjectInstance.h" |
| Source | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObject/Private/MuCO/CustomizableObjectInstance.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;CustomizableObjectInstance&41;
int32 AddValueToIntRange
&40;
const FString & ParamName
&41;
Remarks
Increases the range of values of the integer with ParamName, returns the index of the new integer value, -1 otherwise. The added value is initialized with the first integer option and is the last one of the range.