Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | UReimportDataTableFactory |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportDataTableFactory.h |
| Include Path | #include "Factories/ReimportDataTableFactory.h" |
Syntax
UCLASS (MinimalAPI)
class UReimportDataTableFactory :
public UCSVImportFactory ,
public FReimportHandler
Inheritance Hierarchy
- FReimportHandler → UReimportDataTableFactory
- UObjectBase → UObjectBaseUtility → UObject → UFactory → UCSVImportFactory → UReimportDataTableFactory
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UReimportDataTableFactory
(
const FObjectInitializer& ObjectInitializer |
Factories/ReimportDataTableFactory.h |
Functions
Public
Overridden from UFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool FactoryCanImport
(
const FString& Filename |
Whether the specified file can be imported by this factory. | Factories/ReimportDataTableFactory.h |
Overridden from FReimportHandler
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Check to see if the handler is capable of reimporting the object | Factories/ReimportDataTableFactory.h | ||
virtual int32 GetPriority () |
Get the import priority for this handler. | Factories/ReimportDataTableFactory.h | |
virtual EReimportResult::Type Reimport
(
UObject* Obj |
Attempt to reimport the specified object from its source | Factories/ReimportDataTableFactory.h | |
| Sets the reimport path(s) for the specified object | Factories/ReimportDataTableFactory.h |