Navigation
API > API/Runtime > API/Runtime/TypedElementFramework > API/Runtime/TypedElementFramework/ICommonQueryWithEnvironmentConte-
Description
Triggers all queries registered under the activation name to run for one update cycle. The activatable queries will be activated at start of the cycle and disabled at the end of the cycle and act like regular queries for that cycle. This includes not running if there are not columns to match against.
| Name | ActivateQueries |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Interfaces/TypedElementQueryStorageInterfaces.h |
| Include Path | #include "Elements/Interfaces/TypedElementQueryStorageInterfaces.h" |
void ActivateQueries
(
FName ActivationName
)