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