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)
virtual void SetLinkedSwitcher
(
UCommonAnimatedSwitcher * CommonSwitcher
)
Remarks
Establishes the activatable widget switcher instance that this tab list should interact with
Parameters
| Name | Description |
|---|---|
| CommonSwitcher | The switcher that this tab list should be associated with and manipulate |