Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Settings
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDeveloperSettings
- UEditorProjectAssetSettings
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Settings/EditorProjectSettings.h |
| Include | #include "Settings/EditorProjectSettings.h" |
Syntax
UCLASS (Config=Editor, defaultconfig, Meta=(DisplayName="Assets"), MinimalAPI)
class UEditorProjectAssetSettings : public UDeveloperSettings
Remarks
Settings for how developers interact with assets. Stored in default config, per-project
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bPromptToDeleteUnreferencedRedirectors | When performing cleanup operations on redirectors (such as resaving their referencers), prompt the user to delete unreferenced redirectors. |