Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FTabManager
Description
Much like InsertNewDocumentTab, but the UnmanagedTab is not seen by the user as newly-created. e.g. Opening an restores multiple previously opened documents; these are not seen as new tabs.
| Name | RestoreDocumentTab |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Docking/TabManager.h |
| Include Path | #include "Framework/Docking/TabManager.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Docking/TabManager.cpp |
void RestoreDocumentTab
(
FName PlaceholderId,
ESearchPreference::Type SearchPreference,
const TSharedRef < SDockTab > & UnmanagedTab
)