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 (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 |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetCategoryName() |
ToolPresetSettings.h | ||
virtual FName GetContainerName() |
ToolPresetSettings.h | ||
virtual FText GetSectionDescription() |
ToolPresetSettings.h | ||
virtual FName GetSectionName() |
ToolPresetSettings.h | ||
virtual FText GetSectionText() |
ToolPresetSettings.h |