![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CoreMinimal.h"#include "Styling/SlateColor.h"#include "Fonts/SlateFontInfo.h"#include "Input/Reply.h"#include "Widgets/DeclarativeSyntaxSupport.h"#include "Widgets/SCompoundWidget.h"#include "Styling/SlateTypes.h"#include "Styling/CoreStyle.h"#include "Widgets/Input/SEditableTextBox.h"#include "Widgets/Notifications/SErrorText.h"#include "Widgets/Views/STableViewBase.h"#include "Widgets/Views/STableRow.h"Go to the source code of this file.
Classes | |
| class | SSuggestionTextBox |
Functions | |
| DECLARE_DELEGATE_OneParam (FOnShowingHistory, OUT TArray< FString > &) DECLARE_DELEGATE_TwoParams(FOnShowingSuggestions | |
| DECLARE_DELEGATE_OneParam | ( | FOnShowingHistory | , |
| OUT TArray< FString > & | |||
| ) |
Delegate type for showing the input history.
The first parameter will contain the history of input strings to show. Delegate type for showing a list of suggestions.
The first parameter is the current input text. The second parameter will contain the list of suggestions to show.