Navigation
API > API/Plugins > API/Plugins/TedsQueryStack
Base interface for a all query stack nodes.
| |
|
| Name |
INode |
| Type |
class |
| Header File |
/Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsQueryStack/Public/TedsQueryStackInterfaces.h |
| Include Path |
#include "TedsQueryStackInterfaces.h" |
Syntax
class INode
Derived Classes
INode derived class hierarchy
Destructors
Typedefs
| Name |
Type |
Remarks |
Include Path |
| ParentListCallback |
TFunctionRef< void(const TSharedPtr< INode > &Parent)> |
|
TedsQueryStackInterfaces.h |
| RevisionId |
uint32 |
|
TedsQueryStackInterfaces.h |
Constants
| Name |
Type |
Remarks |
Include Path |
| UninitializedRevisionId |
RevisionId |
The default uninitialized revision Id is zero to signify it is empty and needs to be updated/rows need to be initialized. |
TedsQueryStackInterfaces.h |
| UnlimitedTime |
FTimespan |
|
TedsQueryStackInterfaces.h |
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Get the current revision of the node. |
TedsQueryStackInterfaces.h |
|
void VisitParents
(
ParentListCallback Callback
)
|
List all direct parent nodes. |
TedsQueryStackInterfaces.h |
|
Public Virtual
Protected
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Periodically called to allow a node to perform some work or to verify its internal state. |
TedsQueryStackInterfaces.h |
|