Navigation
API > API/Plugins > API/Plugins/TedsQueryStack > API/Plugins/TedsQueryStack/FRowQueryResultsNode
| Name | ESyncFlags |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsQueryStack/Public/TedsRowQueryResultsNode.h |
| Include Path | #include "TedsRowQueryResultsNode.h" |
Syntax
enum ESyncFlags
{
None = 0,
RefreshOnUpdate = 1 << 0,
RefreshOnQueryChange = 1 << 1,
IncrementWhenDifferent = 1 << 2,
}
Values
| Name | Remarks |
|---|---|
| None | |
| RefreshOnUpdate | Update the row list whenever "Update" is called. |
| RefreshOnQueryChange | Update the row list whenever the parent query changes. |
| IncrementWhenDifferent | Compares the previous row list with the current and only updates the revision if there are differences. |