Navigation
API > API/Plugins > API/Plugins/CommonUI
- All properties must be EditDefaultsOnly, BlueprintReadOnly !!! -- We return the CDO to blueprints, so we cannot allow any changes (blueprint doesn't support const variables)
| Name | UCommonBorderStyle |
| Type | class |
| Header File | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonBorder.h |
| Include Path | #include "CommonBorder.h" |
Syntax
UCLASS (MinimalAPI, Abstract, Blueprintable, ClassGroup=UI, Meta=(Category="Common UI"))
class UCommonBorderStyle : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UCommonBorderStyle
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UCommonBorderStyle() |
CommonBorder.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Background | FSlateBrush | The brush for the background of the border | CommonBorder.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetBackgroundBrush
(
FSlateBrush& Brush |
CommonBorder.h |
|