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