Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Factories
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UFactory
- UCSVImportFactory
- UReimportCurveFactory
- UReimportCurveTableFactory
- UReimportDataTableFactory
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Factories/CSVImportFactory.h |
| Include | #include "Factories/CSVImportFactory.h" |
Syntax
class UCSVImportFactory :
public UFactory,
public IImportSettingsParser
Variables
| Type | Name | Description | |
|---|---|---|---|
| FCSVImportSettings | AutomatedImportSettings | ||
| TObjectPtr< UDataTable > | DataTableImportOptions | Temporary data table to use to display import options |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UCSVImportFactory
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArray< FString > | DoImportCurve
(
const FCSVImportSettings& InImportSettings, |
||
| TArray< FString > | DoImportCurveTable
(
const FCSVImportSettings& ImportSettings, |
||
| TArray< FString > | DoImportDataTable
(
const FCSVImportSettings& ImportSettings, |
||
| EReimportResult::Type | ReimportCSV
(
UObject* Obj |
Reimport an object that was created based on a CSV |
Overridden from UFactory
| Type | Name | Description | |
|---|---|---|---|
| void | CleanUp () |
Do clean up after importing is done. Will be called once for multi batch import. | |
| bool | DoesSupportClass
(
UClass* Class |
||
| 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. | |
| UObject * | FactoryCreateText
(
UClass* InClass, |
Create a new object by importing it from a text buffer. | |
| FText | Returns the name of the factory for menus | ||
| IImportSettingsParser * |
Overridden from IImportSettingsParser
| Type | Name | Description | |
|---|---|---|---|
| void | ParseFromJson
(
TSharedRef< class FJsonObject > ImportSettingsJson |
IImportSettings interface |