Navigation
API > API/Plugins > API/Plugins/UIFramework
| Name | UUIFrameworkButton |
| Type | class |
| Header File | /Engine/Plugins/Experimental/UIFramework/Source/Public/Widgets/UIFButton.h |
| Include Path | #include "Widgets/UIFButton.h" |
Syntax
UCLASS (MinimalAPI, DisplayName="Button UIFramework")
class UUIFrameworkButton : public UUIFrameworkWidget
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMVVMViewModelBase → UUIFrameworkWidget → UUIFrameworkButton
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UUIFrameworkButton() |
Widgets/UIFButton.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnClick | FUIFrameworkClickEvent | Widgets/UIFButton.h | ||
| OnFocusLost | FUIFrameworkFocusEvent | Widgets/UIFButton.h | ||
| OnFocusReceived | FUIFrameworkFocusEvent | Widgets/UIFButton.h | ||
| OnHovered | FUIFrameworkHoverEvent | Widgets/UIFButton.h | ||
| OnUnhovered | FUIFrameworkHoverEvent | Widgets/UIFButton.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Slot | FUIFrameworkSimpleSlot | Widgets/UIFButton.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FUIFrameworkSimpleSlot GetContent() |
Widgets/UIFButton.h |
|
|
void SetContent
(
FUIFrameworkSimpleSlot Content |
Widgets/UIFButton.h |
|
Overridden from UUIFrameworkWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AuthorityForEachChildren
(
const TFunctionRef< void(UUIFrameworkWidget*)>& Func |
Widgets/UIFButton.h | ||
virtual void AuthorityRemoveChild
(
UUIFrameworkWidget* Widget |
Widgets/UIFButton.h | ||
virtual void LocalAddChild
(
FUIFrameworkWidgetId ChildId |
Widgets/UIFButton.h |
Protected
Overridden from UUIFrameworkWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void LocalOnUMGWidgetCreated() |
Widgets/UIFButton.h |