Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Public/CommonBorder.h |
Include |
#include "CommonBorder.h" |
UCLASS(Config=CommonUI, defaultconfig, ClassGroup=UI,
Meta=(Category="Common UI", DisplayName="Common Border"))
class UCommonBorder : public UBorder
Uses the border style template defined in CommonUI project settings by default
Name | Description | ||
---|---|---|---|
|
bReducePaddingBySafezone |
Turning this on will cause the safe zone size to be removed from this borders content padding down to the minimum specified |
|
|
bStyleNoLongerNeedsConversion |
Used to track widgets that were created before changing the default style pointer to null |
|
|
DesignerSize |
The editor-only size constraint passed in by UMG Designer |
|
|
MinimumPadding |
The minimum padding we will reduce to when the safezone grows |
|
|
TSubclassOf< UC... |
Style |
References the border style to use |
Name | Description | |
---|---|---|
|
UCommonBorder ( |
Name | Description | ||
---|---|---|---|
|
DebugSafeAreaUpdated |
||
|
SafeAreaUpdated() |
||
|
SetStyle ( |
Name | Description | ||
---|---|---|---|
|
const FText |
GetPaletteCategory() |
Gets the palette category of the widget |
|
OnCreationFromPalette() |
Called by the palette after constructing a new widget, allows the widget to perform interesting default setup that we don't want to be UObject Defaults. |
|
|
OnDesignerChanged ( |
||
|
TSharedRef< ... |
RebuildWidget() |
Function implemented by all subclasses of UWidget is called when the underlying SWidget needs to be constructed. |
|
SynchronizeProperties() |
Applies all properties to the native widget if possible. |
Name | Description | ||
---|---|---|---|
|
ReleaseSlateResources ( |
Name | Description | ||
---|---|---|---|
|
PostLoad() |
Begin UObject. |