Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/UCustomizableObject
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetStateParameterCount
(
int32 StateIndex |
MuCO/CustomizableObject.h | ||
int32 GetStateParameterCount
(
const FString& StateName |
Return the number of parameters that are editable at runtime for a specific state. | MuCO/CustomizableObject.h |
|
GetStateParameterCount(int32)
| Name | GetStateParameterCount |
| 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 |
int32 GetStateParameterCount
(
int32 StateIndex
) const
GetStateParameterCount(const FString &)
Description
Return the number of parameters that are editable at runtime for a specific state.
| Name | GetStateParameterCount |
| 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)
int32 GetStateParameterCount
(
const FString & StateName
) const