Navigation
API > API/Plugins > API/Plugins/TedsQueryStack
| Name | FExecutorBase |
| Type | class |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsQueryStack/Public/TedsQueryStackExecutor.h |
| Include Path | #include "TedsQueryStackExecutor.h" |
Syntax
class FExecutorBase
Derived Classes
FExecutorBase derived class hierarchy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Not exporting these protected functions because this is not intended to be globally extended. | TedsQueryStackExecutor.h | ||
FExecutorBase
(
const FExecutorBase& |
Delete copying to keep the guarantee that the name is unique and remove the risk of the same query stack being updated multiple times. | TedsQueryStackExecutor.h | |
FExecutorBase
(
FExecutorBase&& |
TedsQueryStackExecutor.h | ||
FExecutorBase
(
const FName& InStackName, |
TedsQueryStackExecutor.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FExecutorBase() |
TedsQueryStackExecutor.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< const INode > GetRootNode () |
TedsQueryStackExecutor.h | ||
TSharedPtr< INode > GetRootNode () |
TedsQueryStackExecutor.h | ||
const FName & GetStackName() |
TedsQueryStackExecutor.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void FullUpdate() |
TedsQueryStackExecutor.h | ||
void TimedUpdate
(
FTimespan AllottedTime |
TedsQueryStackExecutor.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void FullNodeUpdate
(
const FName& StackName, |
TedsQueryStackExecutor.h | ||
static void TimedNodeUpdate
(
const FName& StackName, |
TedsQueryStackExecutor.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FExecutorBase & operator=
(
const FExecutorBase& |
TedsQueryStackExecutor.h | ||
FExecutorBase & operator=
(
FExecutorBase&& |
TedsQueryStackExecutor.h |