Navigation
API > API/Plugins > API/Plugins/CommonUI > API/Plugins/CommonUI/UCommonTabListWidgetBase
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonTabListWidgetBase.h |
| Include | #include "CommonTabListWidgetBase.h" |
| Source | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Private/CommonTabListWidgetBase.cpp |
UFUNCTION (BlueprintCallable, Category=TabList)
bool SelectTabByID
(
FName TabNameID,
bool bSuppressClickFeedback
)
Remarks
Selects the tab registered under the provided name ID
Parameters
| Name | Description |
|---|---|
| TabNameID | The name ID for the tab given when registered |