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 UE::Editor::DataStorage::FTedsFilterBase< FTedsRowHandle & >
Inheritance Hierarchy
- FFilterBase → FTedsFilterBase → FTedsFilter
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTedsFilterBase
(
const UClass* InClass, |
Inherit all constructors from the base class. | TedsFilter.h | |
FTedsFilterBase
(
const FName& InFilterName, |
Inherit all constructors from the base class. | TedsFilter.h | |
FTedsFilterBase
(
const FName& InFilterName, |
Inherit all constructors from the base class. | TedsFilter.h | |
FTedsFilterBase
(
const FName& InFilterName, |
Inherit all constructors from the base class. | TedsFilter.h | |
FTedsFilterBase
(
const FName& InFilterName, |
Inherit all constructors from the base class. | TedsFilter.h | |
FTedsFilterBase
(
const FName& InFilterName, |
Inherit all constructors from the base class. | TedsFilter.h | |
FTedsFilterBase
(
const FName& InFilterName, |
Inherit all constructors from the base class. | TedsFilter.h |
Public Virtual
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool PassesFilter
(
FTedsRowHandle& InItem |
Returns whether the specified Item passes the Filter's restrictions | TedsFilter.h |
Overridden from FFilterBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ActiveStateChanged
(
bool bActive |
Notification that the filter became active or inactive | TedsFilter.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetTedsFilterBar
(
const TSharedPtr< STedsFilterBar >& InTedsFilterBar |
Sets a TedsFilterBar to be used by this Filter | TedsFilter.h |