FDocumentTabFactory

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Kismet

Header

/Engine/Source/Editor/Kismet/Public/WorkflowOrientedApp/WorkflowTabFactory.h

Include

#include "WorkflowOrientedApp/WorkflowTabFactory.h"

Syntax

class FDocumentTabFactory : public FWorkflowTabFactory

Constructors

Name Description

Protected function

FDocumentTabFactory

(
    FName InIdentifier,
    TSharedPtr< class FAssetEditorToolk...
)

Functions

Name Description

Public function Virtual

TSharedRef< ...

 

CreateTabHistoryNode

(
    TSharedPtr< FTabPayload > Payload
)

Creates a tab history node from the passed in payload

Public function Virtual Const

bool

 

IsPayloadSupported

(
    TSharedRef< FTabPayload > Payload
)

Does this tab support the specified payload.

Public function Virtual Const

void

 

OnTabActivated

(
    TSharedPtr< SDockTab > Tab
)

Called when a tab created from this factory is activated.

Public function Virtual Const

void

 

OnTabBackgrounded

(
    TSharedPtr< SDockTab > Tab
)

Called when a tab created from this factory is sent to the background.

Public function Virtual Const

void

 

OnTabForegrounded

(
    TSharedPtr< SDockTab > Tab
)

Called when a tab created from this factory is brought to the foreground.

Public function Virtual Const

void

 

OnTabRefreshed

(
    TSharedPtr< SDockTab > Tab
)

Called when a tab created from this factory should be refreshed.

Public function Virtual Const

void

 

SaveState

(
    TSharedPtr< SDockTab > Tab,
    TSharedPtr< FTabPayload > Payload
)

Saves the state for this tab.

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