FTableColumnHeaderStyle

Represents the appearance of an STableColumnHeader

Windows
MacOS
Linux

Inheritance Hierarchy

FSlateWidgetStyle

FTableColumnHeaderStyle

References

Module

SlateCore

Header

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

Include

#include "Styling/SlateTypes.h"

Syntax

struct FTableColumnHeaderStyle : public FSlateWidgetStyle

Remarks

Represents the appearance of an STableColumnHeader

Variables

Name Description

Public variable

FSlateBrush

 

HoveredBrush

Brush used to draw the header in its hovered state

Public variable

FSlateBrush

 

MenuDropdownHoveredBorderBrush

Brush used to draw the menu drop-down border in its hovered state

Public variable

FSlateBrush

 

MenuDropdownImage

Image used for the menu drop-down button

Public variable

FSlateBrush

 

MenuDropdownNormalBorderBrush

Brush used to draw the menu drop-down border in its normal state

Public variable

FSlateBrush

 

NormalBrush

Brush used to draw the header in its normal state

Public variable

FSlateBrush

 

SortPrimaryAscendingImage

Image used when a column is primarily sorted in ascending order

Public variable

FSlateBrush

 

SortPrimaryDescendingImage

Image used when a column is primarily sorted in descending order

Public variable

FSlateBrush

 

SortSecondaryAscendingImage

Image used when a column is secondarily sorted in ascending order

Public variable

FSlateBrush

 

SortSecondaryDescendingImage

Image used when a column is secondarily sorted in descending order

Constructors

Name Description

Public function

FTableColumnHeaderStyle()

Destructors

Name Description

Public function Virtual

~FTableColumnHeaderStyle()

Functions

Name Description

Public function Static

const FTable...

 

GetDefault()

Public function

FTableColumn...

 

SetHoveredBrush

(
    const FSlateBrush& InHoveredBrush
)

Public function

FTableColumn...

 

SetMenuDropdownHoveredBorderBrush

(
    const FSlateBrush& InMenuDropdownH...
)

Public function

FTableColumn...

 

SetMenuDropdownImage

(
    const FSlateBrush& InMenuDropdownI...
)

Public function

FTableColumn...

 

SetMenuDropdownNormalBorderBrush

(
    const FSlateBrush& InMenuDropdownN...
)

Public function

FTableColumn...

 

SetNormalBrush

(
    const FSlateBrush& InNormalBrush
)

Public function

FTableColumn...

 

SetSortPrimaryAscendingImage

(
    const FSlateBrush& InSortPrimaryAs...
)

Public function

FTableColumn...

 

SetSortPrimaryDescendingImage

(
    const FSlateBrush& InSortPrimaryDe...
)

Public function

FTableColumn...

 

SetSortSecondaryAscendingImage

(
    const FSlateBrush& InSortSecondary...
)

Public function

FTableColumn...

 

SetSortSecondaryDescendingImage

(
    const FSlateBrush& InSortSecondary...
)

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