Navigation
API > API/Plugins > API/Plugins/TedsQueryStack > API/Plugins/TedsQueryStack/FQueryMergeNode
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.
Virtual Inheritance
- INode::Update → FQueryMergeNode::Update
| Name | Update |
| Type | function |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsQueryStack/Public/TedsQueryMergeNode.h |
| Include Path | #include "TedsQueryMergeNode.h" |
| Source | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsQueryStack/Private/TedsQueryMergeNode.cpp |
virtual void Update
(
FTimespan AllottedTime
)