Navigation
API > API/Plugins > API/Plugins/TedsQueryStack > API/Plugins/TedsQueryStack/FRowQueryResultsNode
| |
|
| Name |
ESyncActions |
| Type |
enum |
| Header File |
/Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsQueryStack/Public/TedsRowQueryResultsNode.h |
| Include Path |
#include "TedsRowQueryResultsNode.h" |
Syntax
enum ESyncActions
{
None,
RefreshOnUpdate,
RefreshOnQueryChange,
ForceRefreshOnUpdate,
}
Values
| Name |
Remarks |
| None |
The node is never updated and requires an explicit call to "Refresh". |
| RefreshOnUpdate |
Each time "Update" is called the state of the query is checked and compared with the cached state. |
| RefreshOnQueryChange |
Only update the row list whenever the parent query changes. |
| ForceRefreshOnUpdate |
Each time "Update" is called the query is run again and replaces the current set of rows. |