Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Components
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UVisual
- UWidget
- UPanelWidget
- UContentWidget
- UWindowTitleBarArea
References
| Module | UMG |
| Header | /Engine/Source/Runtime/UMG/Public/Components/WindowTitleBarArea.h |
| Include | #include "Components/WindowTitleBarArea.h" |
Syntax
class UWindowTitleBarArea : public UContentWidget
Remarks
A panel for defining a region of the UI that should allow users to drag the window on desktop platforms.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< SWindowTitleBarArea > | MyWindowTitleBarArea | Cached pointer to the underlying slate button owned by this UWidget |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UWindowTitleBarArea
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| bool | |||
| void | SetDoubleClickTogglesFullscreen
(
bool InDoubleClickTogglesFullscreen |
||
| void | SetHorizontalAlignment
(
EHorizontalAlignment InHorizontalAlignment |
||
| void | SetPadding
(
FMargin InPadding |
||
| void | SetVerticalAlignment
(
EVerticalAlignment InVerticalAlignment |
||
| void | SetWindowButtonsEnabled
(
bool InWindowButtonsEnabled |
Overridden from UPanelWidget
| Type | Name | Description | |
|---|---|---|---|
| UClass * | GetSlotClass () |
UPanelWidget. | |
| void | OnSlotAdded
(
UPanelSlot* Slot |
||
| void | OnSlotRemoved
(
UPanelSlot* Slot |
Overridden from UWidget
| Type | Name | Description | |
|---|---|---|---|
| const FText | Gets the palette category of the widget | ||
| TSharedRef< SWidget > | Function implemented by all subclasses of UWidget is called when the underlying SWidget needs to be constructed. |
Overridden from UVisual
| Type | Name | Description | |
|---|---|---|---|
| void | ReleaseSlateResources
(
bool bReleaseChildren |
Overridden from UObject
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bDoubleClickTogglesFullscreen | Direct access to bDoubleClickTogglesFullscreen is deprecated. Please use the getter or setter. | |
| bool | bWindowButtonsEnabled | Direct access to bWindowButtonsEnabled is deprecated. Please use the getter or setter. |