Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Factories
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Factories/CSVImportFactory.h |
| Include | #include "Factories/CSVImportFactory.h" |
Syntax
struct FCSVImportSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bDataIsJson | Despite its name, DataToImport can be JSON instead of CSV if this bool is set | |
| FString | DataToImport | ||
| TEnumAsByte< ERichCurveInterpMode > | ImportCurveInterpMode | ||
| TObjectPtr< UScriptStruct > | ImportRowStruct | ||
| ECSVImportType | ImportType |
Constructors
| Type | Name | Description | |
|---|---|---|---|