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 |
Public Virtual
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 () |
Get the current revision of the node. | TedsRowViewNode.h | |
virtual void VisitParents
(
ParentListCallback Callback |
List all direct parent nodes. | TedsRowViewNode.h |
Protected Virtual
Overridden from INode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Periodically called to allow a node to perform some work or to verify its internal state. | TedsRowViewNode.h |