Navigation
API > API/Plugins > API/Plugins/TedsQueryStack
A specialized query stack node that takes another row node as input and only keeps rows that contain (or don't contain) a specific row
| Name | FRowFilterNode |
| Type | class |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsQueryStack/Public/TedsRowFilterNode.h |
| Include Path | #include "TedsRowFilterNode.h" |
Syntax
template<TColumnType ColumnType>
class FRowFilterNode : public UE::Editor::DataStorage::QueryStack::IRowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRowFilterNode
(
ICoreProvider* InStorage, |
Construct an FHierarchyTopLevelRowNode | TedsRowFilterNode.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FRowFilterNode() |
TedsRowFilterNode.h |
Functions
Public
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 |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void UpdateRows() |
Update our list of top level rows. | TedsRowFilterNode.h |