FHeaderRowStyle

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

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

FTableColumnHea...

 

LastColumnStyle

Style of the last header row column

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...

 

SetLastColumnStyle

(
    const FTableColumnHeaderStyle& InL...
)

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss