Navigation
API > API/Plugins > API/Plugins/SlateIM
Base template class for SlateIM text filters.
Provides a common interface for filtering items using TTextFilter.
| |
|
| Name |
FSlateImTextFilter |
| Type |
class |
| Header File |
/Engine/Plugins/Experimental/SlateIM/Source/SlateIM/Public/Misc/SlateIMStringFilter.h |
| Include Path |
#include "Misc/SlateIMStringFilter.h" |
Syntax
template<typename ItemType>
class FSlateImTextFilter
Derived Classes
Constructors
Destructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual ~FSlateImTextFilter()
|
|
Misc/SlateIMStringFilter.h |
|
Typedefs
| Name |
Type |
Remarks |
Include Path |
| ArrayItemType |
std::remove_const_t< typename TRemoveReference< ItemType >::Type > |
Filters an array of items, returning a new array with only matching entries. |
Misc/SlateIMStringFilter.h |
Variables
Public
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
TArray< ArrayItemType > Filter
(
const TArray< ArrayItemType >& InArray
) const
|
|
Misc/SlateIMStringFilter.h |
|
Public Virtual