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