Navigation
API > API/Runtime > API/Runtime/InterchangeEngine
| Name | UInterchangeEditorSettings |
| Type | class |
| Header File | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeProjectSettings.h |
| Include Path | #include "InterchangeProjectSettings.h" |
Syntax
UCLASS (Config=EditorPerProjectUserSettings, Meta=(DisplayName=Interchange), MinimalAPI)
class UInterchangeEditorSettings : public UDeveloperSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDeveloperSettings → UInterchangeEditorSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bShowImportDialogAtReimport | bool | InterchangeProjectSettings.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| UsedGroupName | FName | InterchangeProjectSettings.h |
|
|
| UsedGroupUID | FGuid | InterchangeProjectSettings.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FName & GetUsedGroupName() |
InterchangeProjectSettings.h |
|
|
const FGuid & GetUsedGroupUID() |
InterchangeProjectSettings.h | ||
void SetUsedGroupName
(
const FName& InUsedGroupName |
InterchangeProjectSettings.h |
|
|
void UpdateUsedGroupName() |
InterchangeProjectSettings.h |