FScrollBorderStyle

Represents the appearance of an [FScrollBorderStyle](API\Runtime\SlateCore\Styling\FScrollBorderStyle)

Windows
MacOS
Linux

Inheritance Hierarchy

FSlateWidgetStyle

FScrollBorderStyle

References

Module

SlateCore

Header

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

Include

#include "Styling/SlateTypes.h"

Syntax

struct FScrollBorderStyle : public FSlateWidgetStyle

Remarks

Represents the appearance of an FScrollBorderStyle

Variables

Name Description

Public variable

FSlateBrush

 

BottomShadowBrush

Brush used to draw the bottom shadow of a scrollborder

Public variable

FSlateBrush

 

TopShadowBrush

Brush used to draw the top shadow of a scrollborder

Constructors

Name Description

Public function

FScrollBorderStyle()

Destructors

Name Description

Public function Virtual

~FScrollBorderStyle()

Functions

Name Description

Public function Static

const FScrol...

 

GetDefault()

Public function

FScrollBorde...

 

SetBottomShadowBrush

(
    const FSlateBrush& InBottomShadowB...
)

Public function

FScrollBorde...

 

SetTopShadowBrush

(
    const FSlateBrush& InTopShadowBrus...
)

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