Navigation
API > API/Plugins > API/Plugins/ToolPresetEditor
Implements the settings for the Tool Project Preset Collections.
| Name | UToolPresetProjectSettings |
| Type | class |
| Header File | /Engine/Plugins/Experimental/ToolPresets/Source/ToolPresetEditor/Public/ToolPresetSettings.h |
| Include Path | #include "ToolPresetSettings.h" |
Syntax
UCLASS (MinimalAPI, Config=Editor)
class UToolPresetProjectSettings : public UDeveloperSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDeveloperSettings → UToolPresetProjectSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LoadedPresetCollections | TSet< FSoftObjectPath > | Controls which preset collection assets are to be loaded for this project. | ToolPresetSettings.h |
|