Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Input
Type
typedef TBaseDelegate_TwoParams< void, const FString &, OUTTArray < FString > & > FOnShowingSuggestions
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSuggestionTextBox.h |
| Include | #include "Widgets/Input/SSuggestionTextBox.h" |
Remarks
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.