Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/FCustomizableObjectInstanceDescr-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetIntParameterSelectedOption
(
int32 IntParamIndex, |
MuCO/CustomizableObjectInstanceDescriptor.h | ||
void SetIntParameterSelectedOption
(
const FString& ParamName, |
MuCO/CustomizableObjectInstanceDescriptor.h |
SetIntParameterSelectedOption(int32, const FString &, int32)
| 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)
| 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
)