Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/UCustomizableObjectInstance
Description
Return the total number of components that can be generated with the CustomizableObject (unrelated to this instance parameters). DEPRECATED: Get the CO with GetCustomizableObect and get the components there with GetComponentCount. If the actual components of this instance are required, use GetComponents to get a list of names.
| Name | GetNumComponents |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/CustomizableObject/Public/MuCO/CustomizableObjectInstance.h |
| Include Path | #include "MuCO/CustomizableObjectInstance.h" |
| Source | /Engine/Plugins/Mutable/Source/CustomizableObject/Private/MuCO/CustomizableObjectInstance.cpp |
UFUNCTION (BlueprintCallable, Category=CustomizableObjectInstance)
int32 GetNumComponents() const