Navigation
API > API/Plugins > API/Plugins/LiveLinkEditor
Wrapper around a SSearchBox that provides utility to filter items in a list or tree view.
| Name | SLiveLinkFilterSearchBox |
| Type | class |
| Header File | /Engine/Plugins/Animation/LiveLink/Source/LiveLinkEditor/Public/SLiveLinkFilterSearchBox.h |
| Include Path | #include "SLiveLinkFilterSearchBox.h" |
Syntax
template<typename ItemType>
class SLiveLinkFilterSearchBox : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SLiveLinkFilterSearchBox
- FSlateControlledConstruction → SWidget → SCompoundWidget → SLiveLinkFilterSearchBox
Structs
| Name | Remarks |
|---|---|
| FArguments |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FEntryTextFilter | TTextFilter< ItemType > | SLiveLinkFilterSearchBox.h | |
| FOnGatherItems | TBaseDelegate_OneParam< void, TArray< ItemType > & > | SLiveLinkFilterSearchBox.h | |
| FOnUpdateFilteredList | TBaseDelegate_OneParam< void, const TArray< ItemType > & > | SLiveLinkFilterSearchBox.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bUpdateFilteredItems | bool | Handles deferred updates to the list filter. | SLiveLinkFilterSearchBox.h | |
| FilteredItemSource | TArray< ItemType > | Internal filtered item source. | SLiveLinkFilterSearchBox.h | |
| ItemSource | TArray< ItemType > * | Ptr to the unfiltered item source. | SLiveLinkFilterSearchBox.h | |
| OnGatherItems | FOnGatherItems | Delegate called to gather items that need to be filtered. | SLiveLinkFilterSearchBox.h | |
| OnUpdateFilteredList | FOnUpdateFilteredList | Delegate called to the owner of this widget to inform them that the filtered list has been updated. | SLiveLinkFilterSearchBox.h | |
| SearchBox | TSharedPtr< SSearchBox > | Holds the search box widget. | SLiveLinkFilterSearchBox.h | |
| SearchTextFilter | TSharedPtr< FEntryTextFilter > | Text filter used for the subject list. | SLiveLinkFilterSearchBox.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
SLiveLinkFilterSearchBox.h | ||
void Update() |
Trigger a deferred update of the filtered items. | SLiveLinkFilterSearchBox.h |
Overridden from SWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Tick
(
const FGeometry& AllottedGeometry, |
SLiveLinkFilterSearchBox.h |