![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ScrollyZoomy.h>
Public Member Functions | |
| virtual bool | ScrollBy (const FVector2D &Offset)=0 |
| virtual bool | ZoomBy (const float Amount)=0 |
Interface for widgets that can be used with FScrollyZoomy.
Override this to scroll your widget's content.
| Offset | The 2D offset to scroll by. |
Override this to zoom your widget's content.
| Amount | The amount to zoom by. |