Navigation
API > API/Developer > API/Developer/ToolWidgets
Column added to a widget row for table views to allow systems to specify behavior when a row is scrolled into view
| Name | FWidgetRowScrolledIntoView |
| Type | struct |
| Header File | /Engine/Source/Developer/ToolWidgets/Public/Columns/SlateDelegateColumns.h |
| Include Path | #include "Columns/SlateDelegateColumns.h" |
Syntax
USTRUCT (Meta=(DisplayName="Widget with row scrolled into view delegate"))
struct FWidgetRowScrolledIntoView : public FEditorDataStorageColumn
Inheritance Hierarchy
- FEditorDataStorageColumn → FWidgetRowScrolledIntoView
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnItemScrolledIntoView | TSlateDelegates< FTedsRowHandle >::FOnItemScrolledIntoView | Columns/SlateDelegateColumns.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnItemScrolledIntoView | FOnItemScrolledIntoView | Columns/SlateDelegateColumns.h |