SEditableText::BeginSearch

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

Windows
MacOS
Linux

References

Module

Slate

Header

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

Include

#include "Widgets/Input/SEditableText.h"

Source

/Engine/Source/Runtime/Slate/Private/Widgets/Input/SEditableText.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)

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