IScrollableWidget

An interface to allow Slate Widgets to expose scrollable functionality.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/Layout/IScrollableWidget.h

Include

#include "Framework/Layout/IScrollableWidget.h"

Syntax

class IScrollableWidget

Remarks

An interface to allow Slate Widgets to expose scrollable functionality.

Destructors

Name Description

Public function Virtual

~IScrollableWidget()

Functions

Name Description

Public function

FVector2D

 

GetScrollDistance()

Gets the distance that user has scrolled into the control in normalized coordinates (0 - 1)

Public function

FVector2D

 

GetScrollDistanceRemaining()

Gets the distance that user has left to scroll in the control before reaching the end in normalized coordinates (0 - 1)

Public function

TSharedRef< ...

 

GetScrollWidget()

Returns the typed SWidget that implements this interface

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