Navigation
API > API/Plugins > API/Plugins/TedsQueryStack > API/Plugins/TedsQueryStack/FHierarchyRowNode
| |
|
| Name |
ESyncFlags |
| Type |
enum |
| Header File |
/Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsQueryStack/Public/TedsHierarchyNode.h |
| Include Path |
#include "TedsHierarchyNode.h" |
Syntax
enum ESyncFlags
{
ParentRevisionDifferent = 0,
IncrementWhenDifferent = 1,
Always,
}
Values
| Name |
Remarks |
| ParentRevisionDifferent |
Increment the revision only when the parent's revision changed |
| IncrementWhenDifferent |
Compares the previous row list with the current and only updates the revision if there are differences. |
| Always |
Update the row list whenever "Update" is called. |