Navigation
API > API/Plugins > API/Plugins/TedsQueryStack > API/Plugins/TedsQueryStack/FExecutorBase
Overloads
| 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 |
FExecutorBase()
Description
Not exporting these protected functions because this is not intended to be globally extended.
| Name | FExecutorBase |
| Type | function |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsQueryStack/Public/TedsQueryStackExecutor.h |
| Include Path | #include "TedsQueryStackExecutor.h" |
FExecutorBase()
FExecutorBase(const FExecutorBase &)
Description
Delete copying to keep the guarantee that the name is unique and remove the risk of the same query stack being updated multiple times.
| Name | FExecutorBase |
| Type | function |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsQueryStack/Public/TedsQueryStackExecutor.h |
| Include Path | #include "TedsQueryStackExecutor.h" |
FExecutorBase
(
const FExecutorBase &
)
FExecutorBase(FExecutorBase &&)
| Name | FExecutorBase |
| Type | function |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsQueryStack/Public/TedsQueryStackExecutor.h |
| Include Path | #include "TedsQueryStackExecutor.h" |
FExecutorBase
(
FExecutorBase &&
)
FExecutorBase(const FName &, TSharedPtr< INode >)
| Name | FExecutorBase |
| Type | function |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsQueryStack/Public/TedsQueryStackExecutor.h |
| Include Path | #include "TedsQueryStackExecutor.h" |
| Source | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsQueryStack/Private/TedsQueryStackExecutor.cpp |
FExecutorBase
(
const FName & InStackName,
TSharedPtr < INode > InRootNode
)