Navigation
API > API/Plugins > API/Plugins/DMXEditor > API/Plugins/DMXEditor/Factories
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UFactory
- UDMXLibraryFactory
References
| Module | DMXEditor |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXEditor/Public/Factories/DMXLibraryFactory.h |
| Include | #include "Factories/DMXLibraryFactory.h" |
Syntax
UCLASS&40;&41;
class UDMXLibraryFactory : public UFactory
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from UFactory
| Type | Name | Description | |
|---|---|---|---|
| UObject * | FactoryCreateNew
(
UClass* InClass, |
Create a new object by class. | |
| FText | Returns the name of the factory for menus | ||
| uint32 | When shown in menus, this is the category containing this factory. |