Navigation
API > API/Plugins > API/Plugins/TedsQueryStack
Allows explicit calls to update the query stack as part of a cooperative task. Does not update the provided query stack automatically but depends on calling Update.
| Name | FExplicitCooperativeExecutor |
| Type | class |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsQueryStack/Public/TedsQueryStackExecutor.h |
| Include Path | #include "TedsQueryStackExecutor.h" |
Syntax
class FExplicitCooperativeExecutor : public UE::Editor::DataStorage::QueryStack::FExecutorBase
Inheritance Hierarchy
- FExecutorBase → FExplicitCooperativeExecutor
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| TedsQueryStackExecutor.h | |||
| TedsQueryStackExecutor.h | |||
FExplicitCooperativeExecutor
(
const FName& StackName, |
TedsQueryStackExecutor.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FExplicitCooperativeExecutor() |
TedsQueryStackExecutor.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Update
(
FTimespan AllottedTime |
TedsQueryStackExecutor.h |
Public Virtual
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FExplicitCooperativeExecutor & operator=
(
FExplicitCooperativeExecutor&& |
TedsQueryStackExecutor.h |