| bStaticMeshUseSmoothEdgesIfSmoothingInformationIsMissing |
bool |
If enabled, both Interchange translators and the legacy import process smooth the edges of static meshes that don't contain smoothing information. |
InterchangeProjectSettings.h |
- EditAnywhere
- BlueprintReadWrite
- Config
- Category="Generic|ImportSettings"
|
| ContentImportSettings |
FInterchangeContentImportSettings |
Settings used when importing into the Content Browser. |
InterchangeProjectSettings.h |
- EditAnywhere
- BlueprintReadWrite
- Config
- Category="ImportContent"
|
| ConverterDefaultPipeline |
FSoftObjectPath |
Optional, the pipeline asset converters will duplicate to create interchange import data pipeline. |
InterchangeProjectSettings.h |
- EditAnywhere
- BlueprintReadWrite
- Config
- Category="Converters"
- Meta=(AllowedClasses="/Script/InterchangeCore.InterchangePipelineBase, /Script/InterchangeEngine.InterchangeBlueprintPipelineBase, /Script/InterchangeEngine.InterchangePythonPipelineAsset")
|
| FilePickerClass |
TSoftClassPtr< UInterchangeFilePickerBase > |
This tells Interchange which file picker class to construct when we need to choose a file for a source. |
InterchangeProjectSettings.h |
- EditAnywhere
- BlueprintReadWrite
- Config
- Category="EditorInterface"
|
| GenericPipelineClass |
TSoftClassPtr< UInterchangePipelineBase > |
Specifies which pipeline class Interchange should use when editor tools import or reimport an asset with base settings. |
InterchangeProjectSettings.h |
- EditAnywhere
- BlueprintReadWrite
- Config
- Category="Editor Generic Pipeline Class"
|
| InterchangeGroups |
TArray< FInterchangeGroup > |
Groups that define PerTransalatorPipelines that user can select to use. |
InterchangeProjectSettings.h |
- EditAnywhere
- BlueprintReadWrite
- Config
- Category="Groups"
- Meta=(NoElementDuplicate)
|
| SceneImportSettings |
FInterchangeSceneImportSettings |
Settings used when importing into a level. |
InterchangeProjectSettings.h |
- EditAnywhere
- BlueprintReadWrite
- Config
- Category="ImportIntoLevel"
|