FTableRowStyle

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

Windows
MacOS
Linux

Inheritance Hierarchy

FSlateWidgetStyle

FTableRowStyle

References

Module

SlateCore

Header

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

Include

#include "Styling/SlateTypes.h"

Syntax

struct FTableRowStyle : public FSlateWidgetStyle

Remarks

Represents the appearance of an STableRow

Variables

Name Description

Public variable

FSlateBrush

 

ActiveBrush

Brush used when a selected row is active

Public variable

FSlateBrush

 

ActiveHighlightedBrush

Brush used when a highlighted row is active

Public variable

FSlateBrush

 

ActiveHoveredBrush

Brush used when a selected row is active and hovered

Public variable

FSlateBrush

 

DropIndicator_Above

Brush used to provide feedback that a user can drop above the hovered row.

Public variable

FSlateBrush

 

DropIndicator_Below

Brush used to provide feedback that a user can drop below the hovered row.

Public variable

FSlateBrush

 

DropIndicator_Onto

Brush used to provide feedback that a user can drop onto the hovered row.

Public variable

FSlateBrush

 

EvenRowBackgroundBrush

Brush used when an even row is in its normal state

Public variable

FSlateBrush

 

EvenRowBackgroundHoveredBrush

Brush used when an even row is hovered

Public variable

FSlateBrush

 

InactiveBrush

Brush used when a selected row is inactive

Public variable

FSlateBrush

 

InactiveHighlightedBrush

Brush used when a highlighted row is inactive and hovered

Public variable

FSlateBrush

 

InactiveHoveredBrush

Brush used when a selected row is inactive and hovered

Public variable

FSlateBrush

 

OddRowBackgroundBrush

Brush to used when an odd row is in its normal state

Public variable

FSlateBrush

 

OddRowBackgroundHoveredBrush

Brush used when an odd row is hovered

Public variable

FSlateColor

 

SelectedTextColor

Text color used for the selected row

Public variable

FSlateBrush

 

SelectorFocusedBrush

Brush used as a selector when a row is focused

Public variable

FSlateColor

 

TextColor

Text color used for all rows

Constructors

Name Description

Public function

FTableRowStyle()

Destructors

Name Description

Public function Virtual

~FTableRowStyle()

Functions

Name Description

Public function Static

const FTable...

 

GetDefault()

Public function

FTableRowSty...

 

SetActiveBrush

(
    const FSlateBrush& InActiveBrush
)

Public function

FTableRowSty...

 

SetActiveHighlightedBrush

(
    const FSlateBrush& InActiveHighlig...
)

Public function

FTableRowSty...

 

SetActiveHoveredBrush

(
    const FSlateBrush& InActiveHovered...
)

Public function

FTableRowSty...

 

SetDropIndicator_Above

(
    const FSlateBrush& InValue
)

Public function

FTableRowSty...

 

SetDropIndicator_Below

(
    const FSlateBrush& InValue
)

Public function

FTableRowSty...

 

SetDropIndicator_Onto

(
    const FSlateBrush& InValue
)

Public function

FTableRowSty...

 

SetEvenRowBackgroundBrush

(
    const FSlateBrush& InEvenRowBackgr...
)

Public function

FTableRowSty...

 

SetEvenRowBackgroundHoveredBrush

(
    const FSlateBrush& InEvenRowBackgr...
)

Public function

FTableRowSty...

 

SetInactiveBrush

(
    const FSlateBrush& InInactiveBrush
)

Public function

FTableRowSty...

 

SetInactiveHighlightedBrush

(
    const FSlateBrush& InInactiveHighl...
)

Public function

FTableRowSty...

 

SetInactiveHoveredBrush

(
    const FSlateBrush& InInactiveHover...
)

Public function

FTableRowSty...

 

SetOddRowBackgroundBrush

(
    const FSlateBrush& InOddRowBackgro...
)

Public function

FTableRowSty...

 

SetOddRowBackgroundHoveredBrush

(
    const FSlateBrush& InOddRowBackgro...
)

Public function

FTableRowSty...

 

SetSelectedTextColor

(
    const FSlateColor& InSelectedTextC...
)

Public function

FTableRowSty...

 

SetSelectorFocusedBrush

(
    const FSlateBrush& InSelectorFocus...
)

Public function

FTableRowSty...

 

SetTextColor

(
    const FSlateColor& InTextColor
)

Public function

void

 

UnlinkColors()

Unlinks all colors in this style.

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