IScrollableZoomable

Interface for widgets that can be used with [FScrollyZoomy](API\Runtime\Slate\Framework\Layout\FScrollyZoomy).

Windows
MacOS
Linux

References

Module

Slate

Header

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

Include

#include "Framework/Layout/ScrollyZoomy.h"

Syntax

class IScrollableZoomable

Remarks

Interface for widgets that can be used with FScrollyZoomy.

Functions

Name Description

Public function

bool

 

ScrollBy

(
    const FVector2D& Offset
)

Override this to scroll your widget's content.

Public function

bool

 

ZoomBy

(
    const float Amount
)

Override this to zoom your widget's content.

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