Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/FCustomizableObjectInstanceDescr-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetIntParameterSelectedOption
(
int32 IntParamIndex, |
Sets the selected option of an int parameter by the option's name. | MuCO/CustomizableObjectInstanceDescriptor.h | |
void SetIntParameterSelectedOption
(
const FString& ParamName, |
Sets the selected option of an int parameter, by the option's name | MuCO/CustomizableObjectInstanceDescriptor.h |
SetIntParameterSelectedOption(int32, const FString &, int32)
Description
Sets the selected option of an int parameter by the option's name.
| Name | SetIntParameterSelectedOption |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/CustomizableObject/Public/MuCO/CustomizableObjectInstanceDescriptor.h |
| Include Path | #include "MuCO/CustomizableObjectInstanceDescriptor.h" |
| Source | /Engine/Plugins/Mutable/Source/CustomizableObject/Private/MuCO/CustomizableObjectInstanceDescriptor.cpp |
void SetIntParameterSelectedOption
(
int32 IntParamIndex,
const FString & SelectedOption,
int32 RangeIndex
)
SetIntParameterSelectedOption(const FString &, const FString &, int32)
Description
Sets the selected option of an int parameter, by the option's name
| Name | SetIntParameterSelectedOption |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/CustomizableObject/Public/MuCO/CustomizableObjectInstanceDescriptor.h |
| Include Path | #include "MuCO/CustomizableObjectInstanceDescriptor.h" |
| Source | /Engine/Plugins/Mutable/Source/CustomizableObject/Private/MuCO/CustomizableObjectInstanceDescriptor.cpp |
void SetIntParameterSelectedOption
(
const FString & ParamName,
const FString & SelectedOptionName,
int32 RangeIndex
)