FAssetEditorModeUILayer

Unreal Engine C++ API Reference > Editor > EditorFramework > Toolkits

Inheritance Hierarchy

References

   
Module EditorFramework
Header /Engine/Source/Editor/EditorFramework/Public/Toolkits/AssetEditorModeUILayer.h
Include #include "Toolkits/AssetEditorModeUILayer.h"

Syntax

class FAssetEditorModeUILayer : public [TSharedFromThis< FAssetEditorModeUILayer >](API\Runtime\Core\Templates\TSharedFromThis)  

Variables

Type Name Description
TWeakPtr< ITool... HostedToolkit  
TSharedRef< FUI... ModeCommands A list of commands this ModeUILayer is aware of, currently only passed into the Mode Toolbar
TArray< FName > ModeTabIDs  
FNewToolMenuDel... OnRegisterSecondaryModeToolbarExtension Delegate called to actually extend the mode toolbar
FSimpleDelegate OnToolkitHostReadyForUI  
FSimpleDelegate OnToolkitHostShutdownUI  
TMap< FName, FM... RequestedTabInfo  
FName SecondaryModeToolbarName The name of the mode toolbar that this mode will extend (appears below the main toolbar)
TMap< FName, TW... SpawnedTabs  
const IToolkitH... ToolkitHost The host of the toolkits created by modes

Constructors

Type Name Description
  FAssetEditorModeUILayer ()  
  FAssetEditorModeUILayer ( const IToolkitHost* InToolkitH... )  

Destructors

Type Name Description
  ~FAssetEditorModeUILayer ()  

Functions

Type Name Description
bool CanSpawnStoredTab ( const FSpawnTabArgs& Args, const FName TabID )  
const TShare... GetModeCommands ()  
TSharedPtr< ... GetModeMenuCategory ()  
const FName GetSecondaryModeToolbarName ()  
TMap< FName,... GetSpawnedTabs ()  
const FName GetStatusBarName ()  
const FOnSpa... GetStoredSpawner ( const FName TabID )  
TSharedPtr< ... GetTabManager ()  
const FSlate... GetTabSpawnerIcon ( const FName TabID )  
FText GetTabSpawnerName ( const FName TabID )  
FText GetTabSpawnerTooltip ( const FName TabID )  
void OnToolkitHostingFinished ( const TSharedRef< IToolkit >& Tool... ) Called by SLevelEditor to notify the toolbox about an existing toolkit no longer being hosted
void OnToolkitHostingStarted ( const TSharedRef< IToolkit >& Tool... ) Called by SLevelEditor to notify the toolbox about a new toolkit being hosted
void RegisterModeTabSpawner ( const FName TabID )  
void RegisterModeTabSpawners ()  
FNewToolMenu... RegisterSecondaryModeToolbarExtension () Called by the mode toolkit to extend the toolbar
void SetModePanelInfo ( const FName InTabSpawnerID, const FMinorTabConfig& InTabInfo )  
void SetSecondaryModeToolbarName ( FName InName ) Called by the Toolkit Host to set the name of the ModeToolbar this mode will extend
TSharedRef< ... SpawnStoredTab ( const FSpawnTabArgs& Args, const FName TabID )  
FSimpleDeleg... ToolkitHostReadyForUI ()  
FSimpleDeleg... ToolkitHostShutdownUI ()  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library