Navigation
API > API/Runtime > API/Runtime/TypedElementFramework > API/Runtime/TypedElementFramework/ICommonQueryWithEnvironmentConte-
Description
Returns the id for the current update cycle. Every time TEDS goes through a cycle of running query callbacks, this is incremented by one. This guarantees that all query callbacks in the same run see the same cycle id. This can be useful in avoiding duplicated work.
| Name | GetUpdateCycleId |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Interfaces/TypedElementQueryStorageInterfaces.h |
| Include Path | #include "Elements/Interfaces/TypedElementQueryStorageInterfaces.h" |
uint64 GetUpdateCycleId() const