Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework
UEditorTransformGizmoContextObject is a utility object that registers a Gizmo Builder for UTransformGizmo. (see UCombinedTransformGizmoContextObject for more details)
| Name | UEditorTransformGizmoContextObject |
| Type | class |
| Header File | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/EditorGizmos/EditorTransformGizmoUtil.h |
| Include Path | #include "EditorGizmos/EditorTransformGizmoUtil.h" |
Syntax
UCLASS (Transient, MinimalAPI)
class UEditorTransformGizmoContextObject : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEditorTransformGizmoContextObject
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FEditorModeID | FName | EditorGizmos/EditorTransformGizmoUtil.h | |
| FOnGizmoCreated | TMulticastDelegate_OneParam< void, UTransformGizmo * > | EditorGizmos/EditorTransformGizmoUtil.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| RotationContext | FRotationContext | EditorGizmos/EditorTransformGizmoUtil.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bGizmosRegistered | bool | EditorGizmos/EditorTransformGizmoUtil.h | ||
| DataBinder | TSharedPtr< FEditorTransformGizmoDataBinder > | EditorGizmos/EditorTransformGizmoUtil.h | ||
| GizmosParametersChangedHandle | FDelegateHandle | EditorGizmos/EditorTransformGizmoUtil.h | ||
| LevelViewportClientsChangedHandle | FDelegateHandle | EditorGizmos/EditorTransformGizmoUtil.h | ||
| ModeTools | FEditorModeTools * | EditorGizmos/EditorTransformGizmoUtil.h | ||
| OnGizmoCreated | FOnGizmoCreated | EditorGizmos/EditorTransformGizmoUtil.h | ||
| UseNewGizmosChangedHandled | FDelegateHandle | EditorGizmos/EditorTransformGizmoUtil.h | ||
| ViewportClientsChangedHandle | FDelegateHandle | EditorGizmos/EditorTransformGizmoUtil.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UTransformGizmo * CreateTransformGizmo
(
UEditorInteractiveGizmoManager* InGizmoManager, |
EditorGizmos/EditorTransformGizmoUtil.h | ||
FEditorModeTools * GetModeTools() |
EditorGizmos/EditorTransformGizmoUtil.h | ||
void Initialize
(
FEditorModeTools* InModeTools |
EditorGizmos/EditorTransformGizmoUtil.h | ||
FOnGizmoCreated & OnGizmoCreatedDelegate() |
EditorGizmos/EditorTransformGizmoUtil.h | ||
void RegisterGizmosWithManager
(
UInteractiveToolManager* InToolManager |
EditorGizmos/EditorTransformGizmoUtil.h | ||
void Shutdown() |
EditorGizmos/EditorTransformGizmoUtil.h | ||
void UnregisterGizmosWithManager
(
UInteractiveToolManager* InToolManager |
EditorGizmos/EditorTransformGizmoUtil.h |