Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Layout > API/Runtime/Slate/Framework/Layout/IScrollableZoomable
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Layout/ScrollyZoomy.h |
| Include | #include "Framework/Layout/ScrollyZoomy.h" |
bool ScrollBy
&40;
const FVector2D & Offset
&41;
Remarks
Override this to scroll your widget's content. True if anything was scrolled.
Parameters
| Name | Description |
|---|---|
| Offset | The 2D offset to scroll by. |