Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Input > API/Runtime/Slate/Widgets/Input/SSuggestionTextBox
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSuggestionTextBox.h |
| Include | #include "Widgets/Input/SSuggestionTextBox.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Widgets/Input/SSuggestionTextBox.cpp |
void SetSuggestions
&40;
TArray< FString > & SuggestionStrings,
bool InHistoryMode
&41;
Remarks
Sets the list of suggestions.
Parameters
| Name | Description |
|---|---|
| SuggestionStrings | The suggestion strings. |
| InHistoryMode | Whether the suggestions represent the input history. |