UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FTabManager::FTab Struct Reference

#include <TabManager.h>

Public Member Functions

 FTab (const FTabId &InTabId, ETabState::Type InTabState)
 
 FTab (const FTabId &InTabId, ETabState::Type InTabState, ESidebarLocation InSidebarLocation, float InSidebarSizeCoefficient, bool bInPinnedInSidebar)
 
bool operator== (const FTab &Other) const
 

Public Attributes

FTabId TabId
 
ETabState::Type TabState
 
ESidebarLocation SidebarLocation
 
float SidebarSizeCoefficient
 
bool bPinnedInSidebar
 
TOptional< boolbIsLockedInPlace
 

Constructor & Destructor Documentation

◆ FTab() [1/2]

FTabManager::FTab::FTab ( const FTabId InTabId,
ETabState::Type  InTabState 
)
inline

◆ FTab() [2/2]

FTabManager::FTab::FTab ( const FTabId InTabId,
ETabState::Type  InTabState,
ESidebarLocation  InSidebarLocation,
float  InSidebarSizeCoefficient,
bool  bInPinnedInSidebar 
)
inline

Member Function Documentation

◆ operator==()

bool FTabManager::FTab::operator== ( const FTab Other) const
inline

Member Data Documentation

◆ bIsLockedInPlace

TOptional<bool> FTabManager::FTab::bIsLockedInPlace

◆ bPinnedInSidebar

bool FTabManager::FTab::bPinnedInSidebar

◆ SidebarLocation

ESidebarLocation FTabManager::FTab::SidebarLocation

◆ SidebarSizeCoefficient

float FTabManager::FTab::SidebarSizeCoefficient

◆ TabId

FTabId FTabManager::FTab::TabId

◆ TabState

ETabState::Type FTabManager::FTab::TabState

The documentation for this struct was generated from the following file: