FOnShowingSuggestions

Delegate type for showing a list of suggestions.

Windows
MacOS
Linux

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.

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