SMultiBoxWidget::AddSearchElement

Adds a widget to SearchElement map, making the widget searchable

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBox.h

Include

#include "Framework/MultiBox/MultiBox.h"

Source

/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/MultiBox.cpp

Syntax

void AddSearchElement
(
    TSharedPtr< SWidget >,
    FText
)

Remarks

Adds a widget to SearchElement map, making the widget searchable

Parameters

Parameter

Description

BlockWidget

The widget to add

BlockDisplayText

The display text of the widget to search by

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