Navigation
API > API/Plugins > API/Plugins/TedsQueryStack > API/Plugins/TedsQueryStack/FRowMonitorNode
Description
NOTE: These events are not meant to be a wholesale solution for tracking changes to this node, it only fires when monitored rows are modified through observers. They are also deferred to Update() and not fired immediately. For full tracking the regular pattern of checking the node's revision and calling GetRows() should be used
| Name | OnMonitoredRowsAdded |
| Type | function |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsQueryStack/Public/TedsRowMonitorNode.h |
| Include Path | #include "TedsRowMonitorNode.h" |
| Source | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsQueryStack/Private/TedsRowMonitorNode.cpp |
FOnRowsChanged & OnMonitoredRowsAdded()