Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FSlateEditableTextLayout
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GoTo
(
const FTextLocation& NewLocation |
Move the cursor to the given location in the document (will also scroll to this point) | Widgets/Text/SlateEditableTextLayout.h | |
void GoTo
(
const ETextLocation NewLocation |
Move the cursor specified location | Widgets/Text/SlateEditableTextLayout.h |
GoTo(const FTextLocation &)
Description
Move the cursor to the given location in the document (will also scroll to this point)
| Name | GoTo |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextLayout.h |
| Include Path | #include "Widgets/Text/SlateEditableTextLayout.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Widgets/Text/SlateEditableTextLayout.cpp |
void GoTo
(
const FTextLocation & NewLocation
)
GoTo(const ETextLocation)
Description
Move the cursor specified location
| Name | GoTo |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextLayout.h |
| Include Path | #include "Widgets/Text/SlateEditableTextLayout.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Widgets/Text/SlateEditableTextLayout.cpp |
void GoTo
(
const ETextLocation NewLocation
)