Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/UCustomizableObjectInstance
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetIntParameterSelectedOption
(
int32 IntParamIndex, |
MuCO/CustomizableObjectInstance.h | ||
void SetIntParameterSelectedOption
(
const FString& ParamName, |
Set the currently selected option value for the given parameter, by parameter name and option name. | MuCO/CustomizableObjectInstance.h |
|
SetIntParameterSelectedOption(int32, const FString &, int32)
| Name | SetIntParameterSelectedOption |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/CustomizableObject/Public/MuCO/CustomizableObjectInstance.h |
| Include Path | #include "MuCO/CustomizableObjectInstance.h" |
| Source | /Engine/Plugins/Mutable/Source/CustomizableObject/Private/MuCO/CustomizableObjectInstance.cpp |
void SetIntParameterSelectedOption
(
int32 IntParamIndex,
const FString & SelectedOption,
int32 RangeIndex
)
SetIntParameterSelectedOption(const FString &, const FString &, int32)
Description
Set the currently selected option value for the given parameter, by parameter name and option name.
| Name | SetIntParameterSelectedOption |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/CustomizableObject/Public/MuCO/CustomizableObjectInstance.h |
| Include Path | #include "MuCO/CustomizableObjectInstance.h" |
| Source | /Engine/Plugins/Mutable/Source/CustomizableObject/Private/MuCO/CustomizableObjectInstance.cpp |
UFUNCTION (BlueprintCallable, Category=CustomizableObjectInstance)
void SetIntParameterSelectedOption
(
const FString & ParamName,
const FString & SelectedOptionName,
int32 RangeIndex
)