Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/WorkflowOrientedApp > API/Editor/UnrealEd/WorkflowOrientedApp/FTabInfo
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/WorkflowOrientedApp/WorkflowTabManager.h |
| Include | #include "WorkflowOrientedApp/WorkflowTabManager.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/WorkflowOrientedApp/WorkflowTabManager.cpp |
void AddTabHistory
&40;
TSharedPtr< struct FGenericTabHistory > InHistoryNode,
bool bInSaveHistory
&41;
Remarks
Adds history data to immediately after the current location in the history list, wiping out any history after in the process
Parameters
| Name | Description |
|---|---|
| InHistoryNode | The history node to add |
| bInSaveHistory | TRUE if history should be saved |