Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/UCustomizableObject
Description
If the given parameter is enum int parameter, return how many possible values an enum parameter has. Otherwise, return 0.
| Name | GetEnumParameterNumValues |
| 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 GetEnumParameterNumValues
(
const FString & ParameterName
) const