Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Docking > API/Runtime/Slate/Framework/Docking/FTabManager
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Docking/TabManager.h |
| Include | #include "Framework/Docking/TabManager.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Docking/TabManager.cpp |
void SetTabsTo
&40;
const TSharedRef< FTabManager::FLayoutNode > & SomeNode,
const ETabState::Type NewTabState,
const ETabState::Type OriginalTabState
&41; const
Remarks
It sets the desired (or all) tabs in the FTabManager::FLayoutNode to the desired value.
Parameters
| Name | Description |
|---|---|
| SomeNode | The area whose tabs will be modified. |
| NewTabState | The new TabState value. |
| OriginalTabState | Only the tabs with this value will be modified. Use ETabState::AnyTab to modify them all. |