Navigation
API > API/Plugins > API/Plugins/TedsQueryStack
Stores a reference to row handle array. The row handle array that this view is pointing to needs to be kept alive for as long as this Query Stack node is alive.
| Name | FRowViewNode |
| Type | class |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsQueryStack/Public/TedsRowViewNode.h |
| Include Path | #include "TedsRowViewNode.h" |
Syntax
class FRowViewNode : public UE::Editor::DataStorage::QueryStack::IRowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRowViewNode
(
FRowHandleArray& Rows |
TedsRowViewNode.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FRowViewNode() |
TedsRowViewNode.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Revision | RevisionId | TedsRowViewNode.h | ||
| Rows | FRowHandleArray * | TedsRowViewNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void MarkDirty() |
TedsRowViewNode.h | ||
void ResetView
(
FRowHandleArray& InRows |
TedsRowViewNode.h |
Overridden from IRowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FRowHandleArray & GetMutableRows () |
Retrieve write access to the rows used by this node. | TedsRowViewNode.h | |
virtual FRowHandleArrayView GetRows() |
Retrieve access to the rows used by this node. | TedsRowViewNode.h |
Overridden from INode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual RevisionId GetRevision() |
TedsRowViewNode.h | ||
virtual void Update() |
TedsRowViewNode.h |