Navigation
API > API/Plugins > API/Plugins/CommonUI
Information about a registered tab in the tab list
| Name | FCommonRegisteredTabInfo |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonTabListWidgetBase.h |
| Include Path | #include "CommonTabListWidgetBase.h" |
Syntax
USTRUCT ()
struct FCommonRegisteredTabInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCommonRegisteredTabInfo() |
CommonTabListWidgetBase.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ContentInstance | TObjectPtr< UWidget > | The actual instance of the content widget to display when this tab is selected. | CommonTabListWidgetBase.h | |
| TabButton | TObjectPtr< UCommonButtonBase > | The actual button widget that represents this tab on-screen | CommonTabListWidgetBase.h | |
| TabButtonClass | TSubclassOf< UCommonButtonBase > | The class of our TabButton widget | CommonTabListWidgetBase.h | |
| TabIndex | int32 | The index of the tab in the list | CommonTabListWidgetBase.h |