SEditableTextBox::BeginSearch

Begin a new text search (this is called automatically when the bound search text changes)

Choose your operating system:

Windows

macOS

Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableTextBox.h

Include

#include "Widgets/Input/SEditableTextBox.h"

Source

/Engine/Source/Runtime/Slate/Private/Widgets/Input/SEditableTextBox.cpp

Syntax

void BeginSearch
(
    const FText & InSearchText,
    const ESearchCase::Type InSearchCase,
    const bool InReverse
)

Remarks

Begin a new text search (this is called automatically when the bound search text changes)