Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/UCustomizableObject
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString GetStateParameterName
(
const FString& StateName, |
Return the name of one of the state's runtime parameters, by its index (from 0 to GetStateParameterCount - 1). | MuCO/CustomizableObject.h |
|
FString GetStateParameterName
(
int32 StateIndex, |
MuCO/CustomizableObject.h |
GetStateParameterName(const FString &, int32)
Description
Return the name of one of the state's runtime parameters, by its index (from 0 to GetStateParameterCount - 1).
| Name | GetStateParameterName |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/CustomizableObject/Public/MuCO/CustomizableObject.h |
| Include Path | #include "MuCO/CustomizableObject.h" |
| Source | /Engine/Plugins/Mutable/Source/CustomizableObject/Private/MuCO/CustomizableObject.cpp |
UFUNCTION (BlueprintCallable, Category=CustomizableObject)
FString GetStateParameterName
(
const FString & StateName,
int32 ParameterIndex
) const
GetStateParameterName(int32, int32)
| Name | GetStateParameterName |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/CustomizableObject/Public/MuCO/CustomizableObject.h |
| Include Path | #include "MuCO/CustomizableObject.h" |
| Source | /Engine/Plugins/Mutable/Source/CustomizableObject/Private/MuCO/CustomizableObject.cpp |
FString GetStateParameterName
(
int32 StateIndex,
int32 ParameterIndex
) const