UModelingToolsModeCustomizationSettings

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

UObjectBase

UObjectBaseUtility

UObject

UDeveloperSettings

UModelingToolsModeCustomizationSettings

References

Module

ModelingToolsEditorMode

Header

/Engine/Plugins/Editor/ModelingToolsEditorMode/Source/ModelingToolsEditorMode/Public/ModelingToolsEditorModeSettings.h

Include

#include "ModelingToolsEditorModeSettings.h"

Syntax

UCLASS(Config=Editor)
class UModelingToolsModeCustomizationSettings : public UDeveloperSettings

Variables

Name Description

Public variable UProperty Category, EditAnywhere Config

TArray< FModeli...

 

BrushAlphaSets

A Brush Alpha Set is a named list of Content Browser Collections, which will be shown as a separate tab in the Texture Asset Picker used in various Modeling Mode Tools when selecting a Brush Alpha (eg in Sculpting)

Public variable UProperty Category, EditAnywhere Config

TArray< FModeli...

 

SectionColors

Custom Section Header Colors for listed Sections in the Modeling Mode Tool Palette

Public variable UProperty Category, EditAnywhere Config

TArray< FModeli...

 

ToolColors

Custom Tool Colors for listed Tools in the Modeling Mode Tool Palette.

Public variable UProperty Category, EditAnywhere Config

TArray< FString...

 

ToolFavorites

Tool Names listed in the array below will appear in a Favorites section at the top of the Modeling Mode Tool Palette

Public variable UProperty Category, EditAnywhere Config

TArray< FString...

 

ToolSectionOrder

Add the names of Modeling Mode Tool Palette Sections to have them appear at the top of the Tool Palette, in the order listed below.

Overridden from UDeveloperSettings

Name Description

Public function Virtual Const

FName

 

GetCategoryName()

Gets the category for the settings, some high level grouping like, Editor, Engine, Game...etc.

Public function Virtual Const

FName

 

GetContainerName()

Gets the settings container name for the settings, either Project or Editor

Public function Virtual Const

FText

 

GetSectionDescription()

Gets the description for the section, uses the classes ToolTip by default.

Public function Virtual Const

FName

 

GetSectionName()

The unique name for your section of settings, uses the class's FName.

Public function Virtual Const

FText

 

GetSectionText()

Gets the section text, uses the classes DisplayName by default.