Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework
Classes
| Type | Name | Description | |
|---|---|---|---|
| FGizmoCustomization | FGizmoCustomization is a struct that can be used to make some display overrides (currently material and size) | ||
| ITransformGizmoSource | ITransformGizmoSource is an interface for providing gizmo mode configuration information. | ||
| UEditorTransformGizmo | UEditorTransformGizmo handles Editor-specific functionality for the TransformGizmo, applied to a UEditorTransformProxy target object. | ||
| UEditorTransformGizmoBuilder | |||
| UEditorTransformGizmoSource | UEditorTransformGizmoSource is an ITransformGizmoSource implementation that provides current state information used to configure the Editor transform gizmo. | ||
| UEditorTransformProxy | UEditorTransformProxy is a derivation of UTransformProxy that returns the transform that defines the current space of the default Editor transform gizmo for a given mode manager / viewport. | ||
| UTransformGizmo | UTransformGizmo provides standard Transformation Gizmo interactions, applied to a UTransformProxy target object. | ||
| UTransformGizmoSource |
Functions
| Type | Name | Description | |
|---|---|---|---|
| EGizmoTransformMode | FEditorTransformGizmoUtil::GetGizmoMode
(
UE::Widget::EWidgetMode InWidgetMode |
Convert UE::Widget::EWidgetMode to ETransformGizmoMode | |
| UE::Widget::EWidgetMode | FEditorTransformGizmoUtil::GetWidgetMode
(
EGizmoTransformMode InGizmoMode |
Convert EEditorGizmoMode to UE::Widget::EWidgetMode |