Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SEditableTextBox
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GoTo
(
const FTextLocation& NewLocation |
Move the cursor to the given location in the document | Widgets/Input/SEditableTextBox.h | |
void GoTo
(
const ETextLocation NewLocation |
Move the cursor to the specified location | Widgets/Input/SEditableTextBox.h |
GoTo(const FTextLocation &)
Description
Move the cursor to the given location in the document
| Name | GoTo |
| 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 GoTo
(
const FTextLocation & NewLocation
)
GoTo(const ETextLocation)
Description
Move the cursor to the specified location
| Name | GoTo |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableTextBox.h |
| Include Path | #include "Widgets/Input/SEditableTextBox.h" |
void GoTo
(
const ETextLocation NewLocation
)