Navigation
API > API/Plugins > API/Plugins/CommonUI
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonTabListWidgetBase.h |
| Include | #include "CommonTabListWidgetBase.h" |
Syntax
USTRUCT&40;&41;
struct FCommonRegisteredTabInfo
Remarks
Information about a registered tab in the tab list
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UWidget > | ContentInstance | The actual instance of the content widget to display when this tab is selected. | |
| TObjectPtr< UCommonButtonBase > | TabButton | The actual button widget that represents this tab on-screen | |
| int32 | TabIndex | The index of the tab in the list |
Constructors
| Type | Name | Description | |
|---|---|---|---|