Navigation
API > API/Plugins > API/Plugins/CommonUI
Uses the border style template defined in CommonUI project settings by default
| Name | UCommonBorder |
| Type | class |
| Header File | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonBorder.h |
| Include Path | #include "CommonBorder.h" |
Syntax
UCLASS (MinimalAPI, Config=CommonUI, defaultconfig, ClassGroup=UI,
Meta=(Category="Common UI", DisplayName="Common Border"))
class UCommonBorder : public UBorder
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UVisual → UWidget → UPanelWidget → UContentWidget → UBorder → UCommonBorder
Implements Interfaces
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UCommonBorder
(
const FObjectInitializer& ObjectInitializer |
CommonBorder.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bReducePaddingBySafezone | bool | Turning this on will cause the safe zone size to be removed from this borders content padding down to the minimum specified | CommonBorder.h |
|
| bStyleNoLongerNeedsConversion | bool | Used to track widgets that were created before changing the default style pointer to null | CommonBorder.h | |
| MinimumPadding | FMargin | The minimum padding we will reduce to when the safezone grows | CommonBorder.h |
|
| Style | TSubclassOf< UCommonBorderStyle > | References the border style to use | CommonBorder.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetStyle
(
TSubclassOf< UCommonBorderStyle > InStyle |
CommonBorder.h |
|
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DebugSafeAreaUpdated
(
const FMargin& NewSafeZone, |
CommonBorder.h | ||
void SafeAreaUpdated() |
CommonBorder.h |
Overridden from UWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FText GetPaletteCategory() |
CommonBorder.h | ||
virtual void OnCreationFromPalette() |
CommonBorder.h | ||
virtual void OnDesignerChanged
(
const FDesignerChangedEventArgs& EventArgs |
CommonBorder.h | ||
virtual TSharedRef< SWidget > RebuildWidget() |
CommonBorder.h | ||
virtual void SynchronizeProperties() |
CommonBorder.h |
Overridden from UVisual
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ReleaseSlateResources
(
bool bReleaseChildren |
CommonBorder.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostLoad() |
CommonBorder.h |