Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnly
| Name | USkeletalMeshModelingToolsEditorSettings |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingToolsEditorOnly/Public/SkeletalMesh/SkeletalMeshModelingToolsEditorSettings.h |
| Include Path | #include "SkeletalMesh/SkeletalMeshModelingToolsEditorSettings.h" |
Syntax
UCLASS (Config=EditorPerProjectUserSettings)
class USkeletalMeshModelingToolsEditorSettings : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → USkeletalMeshModelingToolsEditorSettings
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bShowAllLocalRotationAxes | bool | SkeletalMesh/SkeletalMeshModelingToolsEditorSettings.h |
|
|
| LocalRotationAxisLength | float | SkeletalMesh/SkeletalMeshModelingToolsEditorSettings.h |
|
|
| LocalRotationAxisThickness | float | SkeletalMesh/SkeletalMeshModelingToolsEditorSettings.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
float GetLocalRotationAxisLength() |
Gets the local rotation axis length | SkeletalMesh/SkeletalMeshModelingToolsEditorSettings.h | |
float GetLocalRotationAxisThickness() |
Gets the local rotation axis thickness | SkeletalMesh/SkeletalMeshModelingToolsEditorSettings.h | |
bool GetShowAllLocalRotationAxes() |
Gets if all or only the selected local rotation axes are displayed | SkeletalMesh/SkeletalMeshModelingToolsEditorSettings.h | |
void SetLocalRotationAxisLength
(
const float InLocalRotationAxisLength |
Sets the local rotation axis length | SkeletalMesh/SkeletalMeshModelingToolsEditorSettings.h | |
void SetLocalRotationAxisThickness
(
const float InLocalRotationAxisThickness |
Sets the local rotation axis thickness | SkeletalMesh/SkeletalMeshModelingToolsEditorSettings.h | |
void SetShowAllLocalRotationAxes
(
const bool InShowAllLocalRotationAxes |
Sets if all or only the selected local rotation axes are displayed | SkeletalMesh/SkeletalMeshModelingToolsEditorSettings.h |