IScrollableZoomable::ScrollBy

Override this to scroll your widget's content.

Windows
MacOS
Linux

References

Module

Slate

Header

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

Include

#include "Framework/Layout/ScrollyZoomy.h"

Syntax

bool ScrollBy
(
    const FVector2D & Offset
)

Remarks

Override this to scroll your widget's content.

Returns

True if anything was scrolled.

Parameters

Parameter

Description

Offset

The 2D offset to scroll by.

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