FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

TSlateBaseNamedArgs

SAssetSearchBox::FArguments

References

Module

EditorWidgets

Header

/Engine/Source/Editor/EditorWidgets/Public/SAssetSearchBox.h

Include

#include "SAssetSearchBox.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SAssetSearchBox >

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

DelayChangeNotificationsWhileTyping

(
    const TAttribute< bool >& InAttrib...
)

Whether the SearchBox should delay notifying listeners of text changed events until the user is done typing

Public function

WidgetArgsTy...

 

HintText

(
    const TAttribute< FText >& InAttri...
)

Hint text to display for the search text when there is no value

Public function

WidgetArgsTy...

 

InitialText

(
    const TAttribute< FText >& InAttri...
)

Initial text to display for the search text

Public function

WidgetArgsTy...

 

MustMatchPossibleSuggestions

(
    const TAttribute< bool >& InAttrib...
)

Whether the SearchBox allows entries that don't match the possible suggestions

Public function

WidgetArgsTy...

 

OnAssetSearchBoxSuggestionChosen

(
    const FOnAssetSearchBoxSuggestionCh...
)

Callback when a suggestion entry is chosen during an asset search, to allow custom compositing behavior of the suggestion into the search text

Public function

WidgetArgsTy...

 

OnAssetSearchBoxSuggestionFilter

(
    const FOnAssetSearchBoxSuggestionFi...
)

Callback to filter the given suggestion list, to allow custom filtering behavior

Public function

WidgetArgsTy...

 

OnKeyDownHandler

(
    const FOnKeyDown& InDelegate
)

Callback delegate to have first chance handling of the OnKeyDown event

Public function

WidgetArgsTy...

 

OnTextChanged

(
    const FOnTextChanged& InDelegate
)

Invoked whenever the text changes

Public function

WidgetArgsTy...

 

OnTextCommitted

(
    const FOnTextCommitted& InDelegate
)

Invoked whenever the text is committed (e.g. user presses enter)

Public function

WidgetArgsTy...

 

PossibleSuggestions

(
    const TAttribute< TArray< FAssetSea...
)

All possible suggestions for the search text

Public function

WidgetArgsTy...

 

SuggestionListPlacement

(
    EMenuPlacement InArg
)

Where to place the suggestion list

Typedefs

Name

Description

WidgetArgsType

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