SScrollBorder

Shows a border above and below a scrollable area.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScrollBorder.h

Include

#include "Widgets/Layout/SScrollBorder.h"

Syntax

class SScrollBorder : public SCompoundWidget

Remarks

Shows a border above and below a scrollable area.

Variables

Name Description

Protected variable

TAttribute< FVe...

 

BorderFadeDistance

The border fade distance in normalized coordinates.

Protected variable

TAttribute< TWe...

 

ScrollableWidget

The widget that to watch for when the scrolling changes to show the border.

Destructors

Name Description

Public function Virtual

~SScrollBorder()

Functions

Name Description

Public function

void

 

Construct

(
    const FArguments& InArgs,
    TSharedRef< IScrollableWidget > InS...
)

Constructs a scrollable border overlay for the specified ScrollableWidget

Protected function Const

FSlateColor

 

GetBottomBorderOpacity()

Gets the bottom border opacity.

Protected function Const

FSlateColor

 

GetTopBorderOpacity()

Gets the top border opacity.

Classes

Name

Description

Public struct

FArguments

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss