Navigation
API > API/Runtime > API/Runtime/Slate
Interface for widgets that can be used with FScrollyZoomy.
| Name | IScrollableZoomable |
| Type | class |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Layout/ScrollyZoomy.h |
| Include Path | #include "Framework/Layout/ScrollyZoomy.h" |
Syntax
class IScrollableZoomable
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ScrollBy
(
const FVector2D& Offset |
Override this to scroll your widget's content. | Framework/Layout/ScrollyZoomy.h | |
bool ZoomBy
(
const float Amount |
Override this to zoom your widget's content. | Framework/Layout/ScrollyZoomy.h |