Navigation
API > API/Editor > API/Editor/Kismet
Inheritance Hierarchy
- TSharedFromThis
- FWorkflowTabFactory
- FSelectionDetailsSummoner
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/BlueprintEditor.h |
| Include | #include "BlueprintEditor.h" |
Syntax
struct FSelectionDetailsSummoner : public FWorkflowTabFactory
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSelectionDetailsSummoner
(
TSharedPtr< class FAssetEditorToolkit > InHostingApp |
Overridden from FWorkflowTabFactory
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< SWidget > | CreateTabBody
(
const FWorkflowTabSpawnInfo& Info |
Creates the widget that will be the body of the new tab Users will most commonly override just this. | |
| FText | GetTabToolTipText
(
const FWorkflowTabSpawnInfo& Info |
Virtual to get optional extra tooltip text for tab. | |
| TSharedRef< SDockTab > | SpawnTab
(
const FWorkflowTabSpawnInfo& Info |
Creates a toolkit tab given the spawning information. |