Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Docking
Type
typedef TBaseDelegate_OneParam< TSharedPtr < SDockTab >, const FTabId & > FOnFindTabToReuse
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Docking/TabManager.h |
| Include | #include "Framework/Docking/TabManager.h" |
Remarks
Allows users to provide custom logic when searching for a tab to reuse. The TabId that is being searched for is provided as a courtesy, but does not have to be respected.