Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SEditableTextBox
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ScrollTo
(
const FTextLocation& NewLocation |
Scroll to the given location in the document (without moving the cursor) | Widgets/Input/SEditableTextBox.h | |
void ScrollTo
(
const ETextLocation NewLocation |
Scroll to the given location in the document (without moving the cursor) | Widgets/Input/SEditableTextBox.h |
ScrollTo(const FTextLocation &)
Description
Scroll to the given location in the document (without moving the cursor)
| Name | ScrollTo |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableTextBox.h |
| Include Path | #include "Widgets/Input/SEditableTextBox.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Widgets/Input/SEditableTextBox.cpp |
void ScrollTo
(
const FTextLocation & NewLocation
)
ScrollTo(const ETextLocation)
Description
Scroll to the given location in the document (without moving the cursor)
| Name | ScrollTo |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableTextBox.h |
| Include Path | #include "Widgets/Input/SEditableTextBox.h" |
void ScrollTo
(
const ETextLocation NewLocation
)