Navigation
API > API/Plugins > API/Plugins/CommonUI
Base class for CommonUI widget groups, currently only used for button groups
| Name | UCommonWidgetGroupBase |
| Type | class |
| Header File | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/Groups/CommonWidgetGroupBase.h |
| Include Path | #include "Groups/CommonWidgetGroupBase.h" |
Syntax
UCLASS (MinimalAPI, Abstract, BlueprintType)
class UCommonWidgetGroupBase : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UCommonWidgetGroupBase
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UCommonWidgetGroupBase() |
Groups/CommonWidgetGroupBase.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddWidget
(
UWidget* InWidget |
Groups/CommonWidgetGroupBase.h |
|
|
void AddWidgets
(
const TArray< UWidget* >& Widgets |
Groups/CommonWidgetGroupBase.h |
|
|
void AddWidgets
(
const TArray< WidgetT >& Widgets |
Groups/CommonWidgetGroupBase.h | ||
virtual TSubclassOf< UWidget > GetWidgetType() |
Groups/CommonWidgetGroupBase.h | ||
void RemoveAll() |
Groups/CommonWidgetGroupBase.h |
|
|
void RemoveWidget
(
UWidget* InWidget |
Groups/CommonWidgetGroupBase.h |
|
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnRemoveAll() |
Groups/CommonWidgetGroupBase.h | ||
virtual void OnWidgetAdded
(
UWidget* NewWidget |
Groups/CommonWidgetGroupBase.h | ||
virtual void OnWidgetRemoved
(
UWidget* OldWidget |
Groups/CommonWidgetGroupBase.h |