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;
const FString & GetIntParameterSelectedOption
&40;
const FString & ParamName,
int32 RangeIndex
&41; const
Remarks
DEPRECATED: Use the method in the CustomizableObject instead which takes an index among all parameters Returns how many possible options an int parameter has int32 GetIntParameterNumOptions(int32 IntParamIndex); DEPRECATED: Use the method in the CustomizableObject instead which takes an index among all parameters Gets the Name of the option at position K in the list of available options for the int parameter. Useful to enumerate the int parameter's possible options (Ex: "Hat1", "Hat2", "Cap", "Nothing") const FString& GetIntParameterAvailableOption(int32 IntParamIndex, int32 K);