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

#include <SDockingTabStack.h>

Public Member Functions

 FTabMatcher (const FTabId &InTabId, ETabState::Type InTabState=static_cast< ETabState::Type >(ETabState::ClosedTab|ETabState::OpenedTab|ETabState::SidebarTab), const bool InTreatIndexNoneAsWildcard=true)
 
bool operator() (const FTabManager::FTab &Candidate) const
 

Public Attributes

FTabId TabIdToMatch
 
ETabState::Type RequiredTabState
 
bool TreatIndexNoneAsWildcard
 

Constructor & Destructor Documentation

◆ FTabMatcher()

FTabMatcher::FTabMatcher ( const FTabId InTabId,
ETabState::Type  InTabState = static_cast<ETabState::Type>(ETabState::ClosedTab | ETabState::OpenedTab | ETabState::SidebarTab),
const bool  InTreatIndexNoneAsWildcard = true 
)
inline

Member Function Documentation

◆ operator()()

bool FTabMatcher::operator() ( const FTabManager::FTab Candidate) const
inline

Member Data Documentation

◆ RequiredTabState

ETabState::Type FTabMatcher::RequiredTabState

◆ TabIdToMatch

FTabId FTabMatcher::TabIdToMatch

◆ TreatIndexNoneAsWildcard

bool FTabMatcher::TreatIndexNoneAsWildcard

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