Navigation
API > API/Plugins > API/Plugins/ModelingComponents
Editor preferences for the Modeling Components plug-in.
| Name | UModelingComponentsEditorSettings |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/ModelingComponentsSettings.h |
| Include Path | #include "ModelingComponentsSettings.h" |
Syntax
UCLASS (MinimalAPI, Config=EditorSettings)
class UModelingComponentsEditorSettings : public UDeveloperSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDeveloperSettings → UModelingComponentsEditorSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| GridMode | EModelingComponentsPlaneVisualizationMode | The type of grid to draw in the viewport for modeling mode tools | ModelingComponentsSettings.h |
|
| GridScale | float | The base scale used to determine the size of the hierarchical plane | ModelingComponentsSettings.h |
|
| GridSize | float | The fraction of the viewport that the grid should occupy if looking at the plane's center | ModelingComponentsSettings.h |
|
| GridSpacing | float | The space between grid lines in world space | ModelingComponentsSettings.h |
|
| NumGridLines | int | The number of lines to be drawn for the plane | ModelingComponentsSettings.h |
|
Functions
Public
Overridden from UDeveloperSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetCategoryName() |
ModelingComponentsSettings.h | ||
virtual FName GetContainerName() |
ModelingComponentsSettings.h | ||
virtual FText GetSectionDescription() |
ModelingComponentsSettings.h | ||
virtual FName GetSectionName() |
ModelingComponentsSettings.h | ||
virtual FText GetSectionText() |
ModelingComponentsSettings.h |