Navigation
API > API/Plugins > API/Plugins/TedsTableViewer
| Name | FTedsFilter |
| Type | class |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsTableViewer/Public/TedsFilter.h |
| Include Path | #include "TedsFilter.h" |
Syntax
class FTedsFilter : public FFilterBase< FTedsRowHandle & >
Inheritance Hierarchy
- FFilterBase< FTedsRowHandle & > → FTedsFilter
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTedsFilter
(
const FTedsFilterData& InTedsFilterData, |
TedsFilter.h | ||
FTedsFilter
(
const UClass* InClass, |
TedsFilter.h | ||
FTedsFilter
(
const FName& InFilterName, |
TedsFilter.h | ||
FTedsFilter
(
const FName& InFilterName, |
TedsFilter.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ActiveStateChanged
(
bool bActive |
Notification that the filter became active or inactive | TedsFilter.h | |
virtual FLinearColor GetColor() |
Returns the color this filter button will be when displayed as a button | TedsFilter.h | |
virtual FText GetDisplayName() |
Returns the human-readable name for this filter | TedsFilter.h | |
virtual FName GetIconName() |
Returns the name of the icon to use in menu entries | TedsFilter.h | |
virtual FString GetName() |
Returns the system name for this filter | TedsFilter.h | |
virtual FText GetToolTipText() |
Returns the tooltip for this filter, shown in the filters menu | TedsFilter.h | |
virtual bool IsInverseFilter() |
If true, the filter will be active in the FilterBar when it is inactive in the UI (i.e the filter pill is grayed out) | TedsFilter.h | |
| Can be overridden for custom FilterBar subclasses to load settings, currently not implemented in any generic Filter Bar | TedsFilter.h | ||
virtual void ModifyContextMenu
(
FMenuBuilder& MenuBuilder |
Called when the right-click context menu is being built for this filter | TedsFilter.h | |
virtual bool PassesFilter
(
FTedsRowHandle& InItem |
Returns whether the specified Item passes the Filter's restrictions | TedsFilter.h | |
| Can be overriden for custom FilterBar subclasses to save settings, currently not implemented in any generic Filter Bar | TedsFilter.h |