Navigation
API > API/Plugins > API/Plugins/TedsQueryStack
Row which enumerates and stores all children of the given TopLevelRows (including the TopLevelRows)
Warning: The resulting row array is not guaranteed to be sorted in depth order
| Name | FHierarchyRowNode |
| Type | class |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsQueryStack/Public/TedsHierarchyNode.h |
| Include Path | #include "TedsHierarchyNode.h" |
Syntax
class FHierarchyRowNode : public UE::Editor::DataStorage::QueryStack::IRowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FHierarchyRowNode
(
ICoreProvider& Storage, |
TedsHierarchyNode.h |
Enums
Public
| Name | Remarks |
|---|---|
| ESyncFlags |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| EmitRowFn | TFunctionRef< void(TArrayView< const RowHandle >)> | TedsHierarchyNode.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| HierarchyHandle | FHierarchyHandle | TedsHierarchyNode.h | ||
| NewRows | FRowHandleArray | TedsHierarchyNode.h | ||
| ParentRevision | RevisionId | TedsHierarchyNode.h | ||
| Revision | RevisionId | TedsHierarchyNode.h | ||
| Rows | FRowHandleArray | TedsHierarchyNode.h | ||
| Storage | ICoreProvider & | TedsHierarchyNode.h | ||
| SyncFlags | ESyncFlags | TedsHierarchyNode.h | ||
| TopLevelRows | TSharedPtr< QueryStack::IRowNode > | TedsHierarchyNode.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. | TedsHierarchyNode.h | |
virtual FRowHandleArrayView GetRows() |
Retrieve access to the rows used by this node. | TedsHierarchyNode.h |
Overridden from INode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual RevisionId GetRevision() |
TedsHierarchyNode.h | ||
virtual void Update() |
TedsHierarchyNode.h |