Navigation
API > API/Runtime > API/Runtime/Slate
| Name | SLinkableScrollBar |
| Type | class |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/LinkableScrollBar.h |
| Include Path | #include "Widgets/Layout/LinkableScrollBar.h" |
Syntax
class SLinkableScrollBar : public SScrollBar
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SBorder → SScrollBar → SLinkableScrollBar
- FSlateControlledConstruction → SWidget → SCompoundWidget → SBorder → SScrollBar → SLinkableScrollBar
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LinkedScrollBarLeft | TWeakPtr< SLinkableScrollBar > | Widgets/Layout/LinkableScrollBar.h | ||
| LinkedScrollBarRight | TWeakPtr< SLinkableScrollBar > | Widgets/Layout/LinkableScrollBar.h | ||
| ScrollSyncRateLeft | TAttribute< TArray< FVector2f > > | Widgets/Layout/LinkableScrollBar.h | ||
| ScrollSyncRateRight | TAttribute< TArray< FVector2f > > | List of scroll distance pairs that determine variable scroll rate. | Widgets/Layout/LinkableScrollBar.h |
Functions
Public
Overridden from SScrollBar
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void SetState
(
float InOffsetFraction, |
Set the offset and size of the track's thumb. | Widgets/Layout/LinkableScrollBar.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void LinkScrollBars
(
TSharedRef< SLinkableScrollBar > Left, |
Widgets/Layout/LinkableScrollBar.h |