Navigation
API > API/Plugins > API/Plugins/TedsQueryStack
| |
|
| Name |
FRowMergeNode |
| Type |
class |
| Header File |
/Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsQueryStack/Public/TedsRowMergeNode.h |
| Include Path |
#include "TedsRowMergeNode.h" |
Syntax
class FRowMergeNode : public UE::Editor::DataStorage::QueryStack::IRowNode
Constructors
Destructors
Structs
Enums
Public
Variables
Protected
Functions
Public
Public Virtual
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Retrieve write access to the rows used by this node. |
TedsRowMergeNode.h |
|
|
Retrieve access to the rows used by this node. |
TedsRowMergeNode.h |
|
Overridden from INode
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Get the current revision of the node. |
TedsRowMergeNode.h |
|
virtual void VisitParents
(
ParentListCallback Callback
)
|
List all direct parent nodes. |
TedsRowMergeNode.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. |
TedsRowMergeNode.h |
|