UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
SSuggestionTextBox.h File Reference

Go to the source code of this file.

Classes

class  SSuggestionTextBox
 

Functions

 DECLARE_DELEGATE_OneParam (FOnShowingHistory, OUT TArray< FString > &) DECLARE_DELEGATE_TwoParams(FOnShowingSuggestions
 

Function Documentation

◆ DECLARE_DELEGATE_OneParam()

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.