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