Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Styling
Inheritance Hierarchy
- FSlateWidgetStyle
- FSplitterStyle
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
| Include | #include "Styling/SlateTypes.h" |
Syntax
struct FSplitterStyle : public FSlateWidgetStyle
Remarks
Represents the appearance of an SSplitter
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSlateBrush | HandleHighlightBrush | Brush used to draw the handle in its highlight state | |
| FSlateBrush | HandleNormalBrush | Brush used to draw the handle in its normal state |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FSplitterStyle & | GetDefault () |
||
| FSplitterStyle & | SetHandleHighlightBrush
(
const FSlateBrush& InHandleHighlightBrush |
||
| FSplitterStyle & | SetHandleNormalBrush
(
const FSlateBrush& InHandleNormalBrush |
Overridden from FSlateWidgetStyle
| Type | Name | Description | |
|---|---|---|---|
| void | GetResources
(
TArray< const FSlateBrush* >& OutBrushes |
Gets the brush resources associated with this style. | |
| const FName | GetTypeName () |
Gets the name of this style.This method must be implemented by inherited structures. |
Constants
| Name | Description |
|---|---|
| TypeName |