FScrollBoxStyle

Represents the appearance of an [SScrollBox](API\Runtime\Slate\Widgets\Layout\SScrollBox)

Windows
MacOS
Linux

Inheritance Hierarchy

FSlateWidgetStyle

FScrollBoxStyle

References

Module

SlateCore

Header

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

Include

#include "Styling/SlateTypes.h"

Syntax

struct FScrollBoxStyle : public FSlateWidgetStyle

Remarks

Represents the appearance of an SScrollBox

Variables

Name Description

Public variable

FSlateBrush

 

BottomShadowBrush

Brush used to draw the bottom shadow of a scrollbox

Public variable

FSlateBrush

 

LeftShadowBrush

Brush used to draw the left shadow of a scrollbox

Public variable

FSlateBrush

 

RightShadowBrush

Brush used to draw the right shadow of a scrollbox

Public variable

FSlateBrush

 

TopShadowBrush

Brush used to draw the top shadow of a scrollbox

Constructors

Name Description

Public function

FScrollBoxStyle()

Destructors

Name Description

Public function Virtual

~FScrollBoxStyle()

Functions

Name Description

Public function Static

const FScrol...

 

GetDefault()

Public function

FScrollBoxSt...

 

SetBottomShadowBrush

(
    const FSlateBrush& InBottomShadowB...
)

Public function

FScrollBoxSt...

 

SetLeftShadowBrush

(
    const FSlateBrush& InLeftShadowBru...
)

Public function

FScrollBoxSt...

 

SetRightShadowBrush

(
    const FSlateBrush& InRightShadowBr...
)

Public function

FScrollBoxSt...

 

SetTopShadowBrush

(
    const FSlateBrush& InTopShadowBrus...
)

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