Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/WorkflowOrientedApp
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FWorkflowTabFactory
- FDocumentTabFactory
- FDocumentTabFactoryForObjects
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/WorkflowOrientedApp/WorkflowTabFactory.h |
| Include | #include "WorkflowOrientedApp/WorkflowTabFactory.h" |
Syntax
class FDocumentTabFactory : public FWorkflowTabFactory
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDocumentTabFactory
(
FName InIdentifier, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< struct FGenericTabHistory > | CreateTabHistoryNode
(
TSharedPtr< FTabPayload > Payload |
Creates a tab history node from the passed in payload | |
| bool | IsPayloadSupported
(
TSharedRef< FTabPayload > Payload |
Does this tab support the specified payload. | |
| void | OnTabActivated
(
TSharedPtr< SDockTab > Tab |
Called when a tab created from this factory is activated. | |
| void | OnTabBackgrounded
(
TSharedPtr< SDockTab > Tab |
Called when a tab created from this factory is sent to the background. | |
| void | OnTabForegrounded
(
TSharedPtr< SDockTab > Tab |
Called when a tab created from this factory is brought to the foreground. | |
| void | OnTabRefreshed
(
TSharedPtr< SDockTab > Tab |
Called when a tab created from this factory should be refreshed. | |
| void | SaveState
(
TSharedPtr< SDockTab > Tab, |
Saves the state for this tab. |