Navigation
API > API/Plugins > API/Plugins/GizmoEdMode
| Name | UGizmoEdMode |
| Type | class |
| Header File | /Engine/Plugins/Experimental/GizmoEdMode/Source/GizmoEdMode/Public/GizmoEdMode.h |
| Include Path | #include "GizmoEdMode.h" |
Syntax
UCLASS (MinimalAPI)
class UGizmoEdMode : public UEdMode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdMode → UGizmoEdMode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UGizmoEdMode() |
GizmoEdMode.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bNeedInitialGizmos | bool | GizmoEdMode.h | ||
| GizmoFactories | TArray< TScriptInterface< IAssetEditorGizmoFactory > > | GizmoEdMode.h | ||
| InteractiveGizmos | TArray< TObjectPtr< UInteractiveGizmo > > | GizmoEdMode.h | ||
| LastFactory | IAssetEditorGizmoFactory * | GizmoEdMode.h | ||
| WidgetModeChangedHandle | FDelegateHandle | GizmoEdMode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddFactory
(
TScriptInterface< IAssetEditorGizmoFactory > GizmoFactory |
GizmoEdMode.h | ||
virtual bool UsesToolkits() |
GizmoEdMode.h |