Navigation
API > API/Plugins > API/Plugins/TedsQueryStack
Query node that will broadcast a message when one or more of its parent nodes has been updated.
| |
|
| Name |
FQueryChangeNotifyNode |
| Type |
class |
| Header File |
/Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsQueryStack/Public/TedsQueryChangeNotifyNode.h |
| Include Path |
#include "TedsQueryChangeNotifyNode.h" |
Syntax
class FQueryChangeNotifyNode : public UE::Editor::DataStorage::QueryStack::IQueryNode
Constructors
Destructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual ~FQueryChangeNotifyNode()
|
|
TedsQueryChangeNotifyNode.h |
|
Typedefs
| Name |
Type |
Remarks |
Include Path |
| FOnQueryNodeChange |
TBaseDelegate_OneParam< void, const TSharedPtr< IQueryNode > & > |
|
TedsQueryChangeNotifyNode.h |
Variables
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| CachedParentRevision |
RevisionId |
|
TedsQueryChangeNotifyNode.h |
|
| OnChangeEvent |
FOnQueryNodeChange |
|
TedsQueryChangeNotifyNode.h |
|
| Parent |
TSharedPtr< IQueryNode > |
|
TedsQueryChangeNotifyNode.h |
|
Functions
Public
Public Virtual
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual QueryHandle GetQuery()
|
Returns the handle to the query this node represents. |
TedsQueryChangeNotifyNode.h |
|
Overridden from INode
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Get the current revision of the node. |
TedsQueryChangeNotifyNode.h |
|
virtual void VisitParents
(
ParentListCallback Callback
)
|
List all direct parent nodes. |
TedsQueryChangeNotifyNode.h |
|
Protected Virtual
Overridden from INode
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Periodically called to allow a node to perform some work or to verify its internal state. |
TedsQueryChangeNotifyNode.h |
|