Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/WorkflowOrientedApp
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/WorkflowOrientedApp/WorkflowTabManager.h |
| Include | #include "WorkflowOrientedApp/WorkflowTabManager.h" |
Syntax
struct FGenericTabHistory
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakPtr< FTabInfo > | BoundTab | Specific tab this is bound to, may be null | |
| TWeakPtr< class FDocumentTabFactory > | FactoryPtr | The factory used to generate widgets for the payload | |
| TSharedPtr< FTabPayload > | Payload | The payload this history node represents |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGenericTabHistory
(
TSharedPtr< class FDocumentTabFactory > InFactory, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BindToTab
(
const TSharedPtr< FTabInfo >& InTab |
Binds this to a specific tab | |
| void | EvokeHistory
(
TSharedPtr< FTabInfo > InTabInfo, |
Evokes the history data this struct represents, reinstating the payload and other data it had at the time the history was saved | |
| TSharedPtr< FTabInfo > | GetBoundTab () |
Returns the tab this is bound to | |
| TWeakPtr< FDocumentTabFactory > | GetFactory () |
Returns the Factory this history node represents | |
| TAttribute< FText > | Returns the title used to display this history node | ||
| TSharedPtr< FTabPayload > | GetPayload () |
Returns the Payload this history node represents | |
| bool | Checks if the payload for this history node is currently valid | ||
| void | Retrieves any important information from the history node and sets it in the payload | ||
| void | SaveHistory () |
Saves any important information from the payload into the history node |