Navigation
API > API/Plugins > API/Plugins/CommonUI > API/Plugins/CommonUI/UCommonTabListWidgetBase
Description
Registers a content widget with a previously created tab with ID TabNameId. If a linked switcher has been setup, it will also be added to it
| Name | RegisterTabContentWidget |
| Type | function |
| Header File | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonTabListWidgetBase.h |
| Include Path | #include "CommonTabListWidgetBase.h" |
| Source | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Private/CommonTabListWidgetBase.cpp |
UFUNCTION (BlueprintCallable, Category="Tab List")
bool RegisterTabContentWidget
(
const FName TabNameId,
UWidget * ContentWidget
)