Navigation
API > API/Plugins > API/Plugins/TedsQueryStack
Query stack node that filters out rows based on the provided filter. Performance-wise this will be slower than using filters on queries, but this node can be used when using query level filters is not possible.
| Name | FRowFilterNode |
| Type | class |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsQueryStack/Public/TedsRowFilterNode.h |
| Include Path | #include "TedsRowFilterNode.h" |
Syntax
class FRowFilterNode : public UE::Editor::DataStorage::QueryStack::IRowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRowFilterNode
(
ICoreProvider* Storage, |
TedsRowFilterNode.h | ||
FRowFilterNode
(
ICoreProvider* Storage, |
Require that the template type cannot already be a TQueryFunction so it will pass to the defined constructor instead of this one. | TedsRowFilterNode.h | |
FRowFilterNode
(
ICoreProvider* Storage, |
TedsRowFilterNode.h | ||
FRowFilterNode
(
ICoreProvider* Storage, |
Require that the template type cannot already be a TQueryFunction so it will pass to the defined constructor instead of this one. | TedsRowFilterNode.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FRowFilterNode() |
TedsRowFilterNode.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CachedParentRevisionID | RevisionId | TedsRowFilterNode.h | ||
| Filter | Queries::TQueryFunction< bool > | TedsRowFilterNode.h | ||
| Options | ICoreProvider::EFilterOptions | TedsRowFilterNode.h | ||
| ParentRowNode | TSharedPtr< IRowNode > | TedsRowFilterNode.h | ||
| Rows | FRowHandleArray | TedsRowFilterNode.h | ||
| Storage | ICoreProvider * | TedsRowFilterNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ForceRefresh() |
Call this when external inputs into the filter, such as search strings or filtering groups, have been updated. | TedsRowFilterNode.h |
Overridden from IRowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FRowHandleArray & GetMutableRows () |
Retrieve write access to the rows used by this node. | TedsRowFilterNode.h | |
virtual FRowHandleArrayView GetRows() |
Retrieve access to the rows used by this node. | TedsRowFilterNode.h |
Overridden from INode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual RevisionId GetRevision() |
TedsRowFilterNode.h | ||
virtual void Update() |
TedsRowFilterNode.h |