SSuggestionTextBox::SetSuggestions

Sets the list of suggestions.

Windows
MacOS
Linux

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

Syntax

void SetSuggestions
(
    TArray< FString > & SuggestionStrings,
    bool InHistoryMode
)

Remarks

Sets the list of suggestions.

Parameters

Parameter

Description

SuggestionStrings

The suggestion strings.

InHistoryMode

Whether the suggestions represent the input history.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss