Navigation
API > API/Plugins > API/Plugins/CustomizableObject
An extension that adds functionality to the Customizable Object system
To create a new extension, make a subclass of this class and register it by calling ICustomizableObjectModule::Get().RegisterExtension().
| Name | UCustomizableObjectExtension |
| Type | class |
| Header File | /Engine/Plugins/Mutable/Source/CustomizableObject/Public/MuCO/CustomizableObjectExtension.h |
| Include Path | #include "MuCO/CustomizableObjectExtension.h" |
Syntax
UCLASS (MinimalAPI)
class UCustomizableObjectExtension : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UCustomizableObjectExtension