Navigation
API > API/Plugins > API/Plugins/TedsQueryStack
Monitors tables for the addition and removal of one or more column types and updates the internal status if a change is detected.
| Name | FRowMonitorNode |
| Type | class |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsQueryStack/Public/TedsRowMonitorNode.h |
| Include Path | #include "TedsRowMonitorNode.h" |
Syntax
class FRowMonitorNode : public UE::Editor::DataStorage::QueryStack::IRowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRowMonitorNode
(
ICoreProvider& Storage, |
TedsRowMonitorNode.h | ||
FRowMonitorNode
(
ICoreProvider& Storage, |
TedsRowMonitorNode.h | ||
FRowMonitorNode
(
ICoreProvider& Storage, |
TedsRowMonitorNode.h | ||
FRowMonitorNode
(
ICoreProvider& Storage, |
TedsRowMonitorNode.h | ||
FRowMonitorNode
(
ICoreProvider& Storage, |
TedsRowMonitorNode.h | ||
FRowMonitorNode
(
ICoreProvider& Storage, |
TedsRowMonitorNode.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FRowMonitorNode() |
TedsRowMonitorNode.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnRowsChanged | TMulticastDelegate_OneParam< void, FRowHandleArrayView > | TedsRowMonitorNode.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AddedRows | FRowHandleArray | TedsRowMonitorNode.h | ||
| bFixedColumns | bool | TedsRowMonitorNode.h | ||
| MonitoredColumns | TArray< TObjectPtr< const UScriptStruct > > | TedsRowMonitorNode.h | ||
| Observers | TArray< QueryHandle > | TedsRowMonitorNode.h | ||
| ParentNode | TSharedPtr< IRowNode > | TedsRowMonitorNode.h | ||
| ParentRevision | RevisionId | TedsRowMonitorNode.h | ||
| QueryNode | TSharedPtr< IQueryNode > | TedsRowMonitorNode.h | ||
| QueryRevision | RevisionId | TedsRowMonitorNode.h | ||
| RemovedRows | FRowHandleArray | TedsRowMonitorNode.h | ||
| Revision | RevisionId | TedsRowMonitorNode.h | ||
| RowsAddedEvent | FOnRowsChanged | TedsRowMonitorNode.h | ||
| RowsRemovedEvent | FOnRowsChanged | TedsRowMonitorNode.h | ||
| Storage | ICoreProvider & | TedsRowMonitorNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOnRowsChanged & OnMonitoredRowsAdded () |
Event that is called during Update() to allow systems to respond to monitored rows being added. | TedsRowMonitorNode.h | |
FOnRowsChanged & OnMonitoredRowsRemoved() |
Event that is called during Update() to allow systems to respond to monitored rows being removed. | TedsRowMonitorNode.h |
Overridden from IRowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FRowHandleArray & GetMutableRows () |
Retrieve write access to the rows used by this node. | TedsRowMonitorNode.h | |
virtual FRowHandleArrayView GetRows() |
Retrieve access to the rows used by this node. | TedsRowMonitorNode.h |
Overridden from INode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual RevisionId GetRevision() |
TedsRowMonitorNode.h | ||
virtual void Update() |
TedsRowMonitorNode.h |