FSelectionDetailsSummoner

Windows
MacOS
Linux

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

Name Description

Public function

FSelectionDetailsSummoner

(
    TSharedPtr< class FAssetEditorToolk...
)

Overridden from FWorkflowTabFactory

Name Description

Public function Virtual Const

TSharedRef< ...

 

CreateTabBody

(
    const FWorkflowTabSpawnInfo& Info
)

Creates the widget that will be the body of the new tab Users will most commonly override just this.

Public function Virtual Const

FText

 

GetTabToolTipText

(
    const FWorkflowTabSpawnInfo& Info
)

Virtual to get optional extra tooltip text for tab.

Public function Virtual Const

TSharedRef< ...

 

SpawnTab

(
    const FWorkflowTabSpawnInfo& Info
)

Creates a toolkit tab given the spawning information.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss