SBoneMappingBase::OnFilterTextCommitted

Filters the [SListView](API\Runtime\Slate\Widgets\Views\SListView) when the user hits enter or clears the search box Simply calls OnFilterTextChanged

Windows
MacOS
Linux

References

Module

Persona

Header

/Engine/Source/Editor/Persona/Public/SBoneMappingBase.h

Include

#include "SBoneMappingBase.h"

Source

/Engine/Source/Editor/Persona/Private/SBoneMappingBase.cpp

Syntax

void OnFilterTextCommitted
(
    const FText & SearchText,
    ETextCommit::Type CommitInfo
)

Remarks

Filters the SListView when the user hits enter or clears the search box Simply calls OnFilterTextChanged

Parameters

Parameter

Description

SearchText

The text the user has typed

CommitInfo

Not used

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