Navigation
API > API/Plugins > API/Plugins/TedsQueryStack > API/Plugins/TedsQueryStack/INode
Description
Periodically called to allow a node to perform some work or to verify its internal state. @AllottedTime The maximum amount of time for the update. The update should try to stay below this time. In case the allotted time is equal to "UnlimitedTime" it means there is no upper bound to the amount of time that can be spend on the update.
Derived Overrides
- FColumnsSearchNode::Update
- FHierarchyRowNode::Update
- FQueryChangeNotifyNode::Update
- FQueryHandleNode::Update
- FQueryMergeNode::Update
- FQueryNode::Update
- FRowArrayNode::Update
- FRowChangeNotifyNode::Update
- FRowCopyNode::Update
- FRowFilterNode::Update
- FRowHandleSortNode::Update
- FRowMergeNode::Update
- FRowMonitorNode::Update
- FRowOrderInversionNode::Update
- FRowQueryResultsNode::Update
- FRowSortNode::Update
- FRowViewNode::Update
| Name | Update |
| Type | function |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsQueryStack/Public/TedsQueryStackInterfaces.h |
| Include Path | #include "TedsQueryStackInterfaces.h" |
void Update
(
FTimespan AllottedTime
)