Navigation
API > API/Plugins > API/Plugins/TedsQueryStack
Automatically updates the query stack just before TEDS starts running queries.
| Name | FOnUpdateExecutor |
| Type | class |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsQueryStack/Public/TedsQueryStackExecutor.h |
| Include Path | #include "TedsQueryStackExecutor.h" |
Syntax
class FOnUpdateExecutor : public UE::Editor::DataStorage::QueryStack::FExecutorBase
Inheritance Hierarchy
- FExecutorBase → FOnUpdateExecutor
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| TedsQueryStackExecutor.h | |||
FOnUpdateExecutor
(
FOnUpdateExecutor&& Rhs |
TedsQueryStackExecutor.h | ||
FOnUpdateExecutor
(
const FName& InStackName, |
TedsQueryStackExecutor.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FOnUpdateExecutor() |
TedsQueryStackExecutor.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DataStorage | ICoreProvider * | TedsQueryStackExecutor.h | ||
| Delegate | FDelegateHandle | TedsQueryStackExecutor.h |
Functions
Public
Public Virtual
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOnUpdateExecutor & operator=
(
FOnUpdateExecutor&& Rhs |
TedsQueryStackExecutor.h |