Navigation
API > API/Runtime > API/Runtime/InterchangeEngine
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDeveloperSettings
- UInterchangeProjectSettings
References
| Module | InterchangeEngine |
| Header | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeProjectSettings.h |
| Include | #include "InterchangeProjectSettings.h" |
Syntax
class UInterchangeProjectSettings : public UDeveloperSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bStaticMeshUseSmoothEdgesIfSmoothingInformationIsMissing | If checked, interchange translators and legacy importer will default static mesh geometry to smooth edge when the smoothing information is missing. | |
| FInterchangeContentImportSettings | ContentImportSettings | Settings used when importing into the content browser. | |
| TSoftClassPtr< UInterchangeFilePickerBase > | FilePickerClass | This tells interchange which file picker class to construct when we need to choose a file for a source. | |
| TSoftClassPtr< UInterchangePipelineBase > | GenericPipelineClass | This tells interchange which is the pipeline class to use when editor tools want to import or reimport tools with bake settings. | |
| FInterchangeImportSettings | SceneImportSettings | Settings used when importing into a level. |