Navigation
API > API/Plugins > API/Plugins/WorkspaceEditor > API/Plugins/WorkspaceEditor/IWorkspaceEditorModule
Event to allow registering tabs to other elements.
| Name | FOnRegisterTabs |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Workspace/Source/WorkspaceEditor/Public/IWorkspaceEditorModule.h |
| Include Path | #include "IWorkspaceEditorModule.h" |
Syntax
class FOnRegisterTabs : public TBaseMulticastDelegate_ThreeParams< void, FWorkflowAllowedTabSet &TabFactories, const TSharedRef< FTabManager > &, TSharedPtr< IWorkspaceEditor > >
Inheritance Hierarchy
- TBaseMulticastDelegate_ThreeParams< void, FWorkflowAllowedTabSet &TabFactories, const TSharedRef< FTabManager > &, TSharedPtr< IWorkspaceEditor > > → IWorkspaceEditorModule::FOnRegisterTabs