Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework
| Name | UTransformGizmoEditorSettings |
| Type | class |
| Header File | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/TransformGizmoEditorSettings.h |
| Include Path | #include "TransformGizmoEditorSettings.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, Config=EditorPerProjectUserSettings,
Meta=(DisplayName="Transform Gizmo"))
class UTransformGizmoEditorSettings : public UDeveloperSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDeveloperSettings → UTransformGizmoEditorSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UTransformGizmoEditorSettings
(
const FObjectInitializer& ObjectInitializer |
TransformGizmoEditorSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bEnableArcballRotate | bool | Allow arcball rotation with rotate widget (updates the setting with the same name found in Level Editor Viewport Settings) | TransformGizmoEditorSettings.h |
|
| bEnableAxisDrawing | bool | If true, the Edit widget of a transform will display the axis (updates the setting with the same name found in Level Editor Viewport Settings) | TransformGizmoEditorSettings.h |
|
| bEnableCombinedTranslateRotate | bool | Allow translate/rotate widget (updates the setting with the same name found in Level Editor Viewport Settings) | TransformGizmoEditorSettings.h |
|
| bEnableScreenRotate | bool | Allow screen rotation with rotate widget (updates the setting with the same name found in Level Editor Viewport Settings) | TransformGizmoEditorSettings.h |
|
| bUseExperimentalGizmo | bool | If true, the new TRS gizmos will be used. | TransformGizmoEditorSettings.h |
|
| GizmosParameters | FGizmosParameters | TransformGizmoEditorSettings.h |
|
|
| TransformGizmoSize | float | TransformGizmoEditorSettings.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeChainProperty
(
FPropertyChangedChainEvent& InPropertyChangedEvent |
TransformGizmoEditorSettings.h | ||
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& InPropertyChangedEvent |
TransformGizmoEditorSettings.h | ||
void SetGizmosParameters
(
const FGizmosParameters& InGizmosParameters |
TransformGizmoEditorSettings.h | ||
void SetTransformGizmoSize
(
float InTransformGizmoSize |
TransformGizmoEditorSettings.h | ||
void SetUseExperimentalGizmo
(
bool bInUseExperimentalGizmo |
TransformGizmoEditorSettings.h | ||
bool UsesLegacyGizmo() |
TransformGizmoEditorSettings.h | ||
bool UsesNewTRSGizmo() |
TransformGizmoEditorSettings.h |