FHeaderRowStyle

Represents the appearance of an [SHeaderRow](API\Runtime\Slate\Widgets\Views\SHeaderRow)

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

FSlateWidgetStyle

FHeaderRowStyle

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h

Include

#include "Styling/SlateTypes.h"

Syntax

struct FHeaderRowStyle : public FSlateWidgetStyle

Remarks

Represents the appearance of an SHeaderRow

Variables

Name Description

Public variable

FSlateBrush

 

BackgroundBrush

Brush used to draw the header row background

Public variable

FSplitterStyle

 

ColumnSplitterStyle

Style of the splitter used between the columns

Public variable

FTableColumnHea...

 

ColumnStyle

Style of the normal header row columns

Public variable

FSlateColor

 

ForegroundColor

Color used to draw the header row foreground

Public variable

FSlateBrush

 

HorizontalSeparatorBrush

Brush used to draw the splitter between the header and the contents below it

Public variable

float

 

HorizontalSeparatorThickness

Public variable

FTableColumnHea...

 

LastColumnStyle

Style of the last header row column

Public variable

float

 

SplitterHandleSize

Size of the splitter used between the columns

Constructors

Name Description

Public function

FHeaderRowStyle()

Destructors

Name Description

Public function Virtual

~FHeaderRowStyle()

Functions

Name Description

Public function Static

const FHeade...

 

GetDefault()

Public function

FHeaderRowSt...

 

SetBackgroundBrush

(
    const FSlateBrush& InBackgroundBru...
)

Public function

FHeaderRowSt...

 

SetColumnSplitterStyle

(
    const FSplitterStyle& InColumnSpli...
)

Public function

FHeaderRowSt...

 

SetColumnStyle

(
    const FTableColumnHeaderStyle& InC...
)

Public function

FHeaderRowSt...

 

SetForegroundColor

(
    const FSlateColor& InForegroundCol...
)

Public function

FHeaderRowSt...

 

SetHorizontalSeparatorBrush

(
    const FSlateBrush& InHorizontalSep...
)

Public function

FHeaderRowSt...

 

SetHorizontalSeparatorThickness

(
    const float InHorizontalSeparatorTh...
)

Public function

FHeaderRowSt...

 

SetLastColumnStyle

(
    const FTableColumnHeaderStyle& InL...
)

Public function

FHeaderRowSt...

 

SetSplitterHandleSize

(
    const float InSplitterHandleSize
)

Overridden from FSlateWidgetStyle

Name Description

Public function Virtual Const

void

 

GetResources

(
    TArray< const FSlateBrush* >&...
)

Gets the brush resources associated with this style.

Public function Virtual Const

const FName

 

GetTypeName()

Gets the name of this style.

This method must be implemented by inherited structures.

Constants

Name

Description

TypeName