Navigation
API > API/Plugins > API/Plugins/TedsQueryStack
When enabled, orders the rows on the parent in reverse. If disabled, this row has no effect, but if the order on the parent was inverted it will remain inverted.
| Name | FRowOrderInversionNode |
| Type | class |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsQueryStack/Public/TedsRowOrderInversionNode.h |
| Include Path | #include "TedsRowOrderInversionNode.h" |
Syntax
class FRowOrderInversionNode : public UE::Editor::DataStorage::QueryStack::IRowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRowOrderInversionNode
(
TSharedPtr< IRowNode > InParent, |
TedsRowOrderInversionNode.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FRowOrderInversionNode() |
TedsRowOrderInversionNode.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsEnabled | bool | TedsRowOrderInversionNode.h | ||
| bRequiresSync | bool | TedsRowOrderInversionNode.h | ||
| Parent | TSharedPtr< IRowNode > | TedsRowOrderInversionNode.h | ||
| ParentRevision | RevisionId | TedsRowOrderInversionNode.h | ||
| Revision | RevisionId | TedsRowOrderInversionNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Enable
(
bool bInIsEnabled |
Clears out the current row list and gets a fresh copy from the parent. | TedsRowOrderInversionNode.h | |
bool IsEnabled() |
TedsRowOrderInversionNode.h |
Overridden from IRowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FRowHandleArray & GetMutableRows () |
Retrieve write access to the rows used by this node. | TedsRowOrderInversionNode.h | |
virtual FRowHandleArrayView GetRows() |
Retrieve access to the rows used by this node. | TedsRowOrderInversionNode.h |
Overridden from INode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual RevisionId GetRevision() |
TedsRowOrderInversionNode.h | ||
virtual void Update() |
TedsRowOrderInversionNode.h |