Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework
| |
|
| Name |
FEditorInteractiveToolsFrameworkModule |
| Type |
class |
| Header File |
/Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/EditorInteractiveToolsFrameworkModule.h |
| Include Path |
#include "EditorInteractiveToolsFrameworkModule.h" |
Syntax
class FEditorInteractiveToolsFrameworkModule : public IModuleInterface
Implements Interfaces
Constants
| Name |
Type |
Remarks |
Include Path |
| GizmoSettingsTabId |
const FLazyName |
|
EditorInteractiveToolsFrameworkModule.h |
| GizmoTreeTabId |
const FLazyName |
|
EditorInteractiveToolsFrameworkModule.h |
Variables
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| ConsoleCommands |
TArray< IConsoleObject * > |
|
EditorInteractiveToolsFrameworkModule.h |
|
| TRSGizmoChangeDelegate |
FDelegateHandle |
|
EditorInteractiveToolsFrameworkModule.h |
|
| WeakGizmoSettingsTab |
TWeakPtr< SDockTab > |
|
EditorInteractiveToolsFrameworkModule.h |
|
| WeakGizmoTreeTab |
TWeakPtr< SDockTab > |
|
EditorInteractiveToolsFrameworkModule.h |
|
Functions
Public Virtual
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual void ShutdownModule()
|
|
EditorInteractiveToolsFrameworkModule.h |
|
virtual void StartupModule()
|
IModuleInterface implementation |
EditorInteractiveToolsFrameworkModule.h |
|
Static
| Name |
Remarks |
Include Path |
Unreal Specifiers |
static void OnUsesNewTRSGizmosChanged
(
bool bInUsesNewTRSGizmos
)
|
|
EditorInteractiveToolsFrameworkModule.h |
|