UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IScrollableZoomable Class Referenceabstract

#include <ScrollyZoomy.h>

Public Member Functions

virtual bool ScrollBy (const FVector2D &Offset)=0
 
virtual bool ZoomBy (const float Amount)=0
 

Detailed Description

Interface for widgets that can be used with FScrollyZoomy.

Member Function Documentation

◆ ScrollBy()

virtual bool IScrollableZoomable::ScrollBy ( const FVector2D Offset)
pure virtual

Override this to scroll your widget's content.

Parameters
OffsetThe 2D offset to scroll by.
Returns
True if anything was scrolled.

◆ ZoomBy()

virtual bool IScrollableZoomable::ZoomBy ( const float  Amount)
pure virtual

Override this to zoom your widget's content.

Parameters
AmountThe amount to zoom by.
Returns
True if anything was zoomed.

The documentation for this class was generated from the following file: