Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor
| Name | UCustomizableObjectFactory |
| Type | class |
| Header File | /Engine/Plugins/Mutable/Source/CustomizableObjectEditor/Public/MuCOE/CustomizableObjectFactory.h |
| Include Path | #include "MuCOE/CustomizableObjectFactory.h" |
Syntax
UCLASS (MinimalAPI)
class UCustomizableObjectFactory : public UFactory
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UFactory → UCustomizableObjectFactory
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UCustomizableObjectFactory() |
MuCOE/CustomizableObjectFactory.h |
Functions
Public
Overridden from UFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool DoesSupportClass
(
UClass* Class |
MuCOE/CustomizableObjectFactory.h | ||
virtual UObject * FactoryCreateNew
(
UClass* Class, |
MuCOE/CustomizableObjectFactory.h | ||
virtual UClass * ResolveSupportedClass() |
MuCOE/CustomizableObjectFactory.h |