FTableViewStyle

Represents the appearance of an STableView

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

FSlateWidgetStyle

FTableViewStyle

References

Module

SlateCore

Header

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

Include

#include "Styling/SlateTypes.h"

Syntax

struct FTableViewStyle : public FSlateWidgetStyle

Remarks

Represents the appearance of an STableView

Variables

Name Description

Public variable

FSlateBrush

 

BackgroundBrush

Brush used when a selected row is active

Constructors

Name Description

Public function

FTableViewStyle()

Destructors

Name Description

Public function Virtual

~FTableViewStyle()

Functions

Name Description

Public function Static

const FTable...

 

GetDefault()

Public function

FTableViewSt...

 

SetBackgroundBrush

(
    const FSlateBrush& InBackgroundBru...
)

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