Navigation
API > API/Plugins > API/Plugins/DMXEditor > API/Plugins/DMXEditor/Factories
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UFactory
- UDMXLibraryFromMVRFactory
References
| Module | DMXEditor |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXEditor/Public/Factories/DMXLibraryFromMVRFactory.h |
| Include | #include "Factories/DMXLibraryFromMVRFactory.h" |
Syntax
UCLASS&40;&41;
class UDMXLibraryFromMVRFactory :
public UFactory,
public FReimportHandler
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Constructor |
Overridden from UFactory
| Type | Name | Description | |
|---|---|---|---|
| bool | FactoryCanImport
(
const FString& Filename |
Whether the specified file can be imported by this factory. | |
| UObject * | FactoryCreateFile
(
UClass* InClass, |
Create a new object by importing it from a file name. |
Overridden from FReimportHandler
| Type | Name | Description | |
|---|---|---|---|
| bool | CanReimport
(
UObject* Obj, |
Check to see if the handler is capable of reimporting the object | |
| int32 | GetPriority () |
Get the import priority for this handler. | |
| EReimportResult::Type | Attempt to reimport the specified object from its source | ||
| void | SetReimportPaths
(
UObject* Obj, |
Sets the reimport path(s) for the specified object |
Constants
| Name | Description |
|---|---|
| MVRFileExtension | File extention for MVR files |