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