Navigation
API > API/Runtime > API/Runtime/Slate
Information needed to be able to scroll to a given point
| Name | FScrollInfo |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextTypes.h |
| Include Path | #include "Widgets/Text/SlateEditableTextTypes.h" |
Syntax
struct FScrollInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FScrollInfo () |
Widgets/Text/SlateEditableTextTypes.h | ||
FScrollInfo
(
const FTextLocation InPosition, |
Widgets/Text/SlateEditableTextTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Alignment | ECursorAlignment | The alignment at the given position. | Widgets/Text/SlateEditableTextTypes.h | |
| Position | FTextLocation | The location in the document to scroll to (in line model space) | Widgets/Text/SlateEditableTextTypes.h |