Navigation
API > API/Plugins > API/Plugins/TedsQueryStack > API/Plugins/TedsQueryStack/FRowSortNode
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRowSortNode
(
ICoreProvider& InStorage, |
TedsRowSortNode.h | ||
FRowSortNode
(
ICoreProvider& InStorge, |
TedsRowSortNode.h |
FRowSortNode(ICoreProvider &, TSharedPtr< IRowNode >, FTimespan)
| Name | FRowSortNode |
| Type | function |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsQueryStack/Public/TedsRowSortNode.h |
| Include Path | #include "TedsRowSortNode.h" |
| Source | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsQueryStack/Private/TedsRowSortNode.cpp |
FRowSortNode
(
ICoreProvider & InStorage,
TSharedPtr < IRowNode > InParent,
FTimespan InMaxFrameDuration
)
FRowSortNode(ICoreProvider &, TSharedPtr< IRowNode >, TSharedPtr< const FColumnSorterInterface >, FTimespan)
| Name | FRowSortNode |
| Type | function |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsQueryStack/Public/TedsRowSortNode.h |
| Include Path | #include "TedsRowSortNode.h" |
| Source | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsQueryStack/Private/TedsRowSortNode.cpp |
FRowSortNode
(
ICoreProvider & InStorge,
TSharedPtr < IRowNode > InParent,
TSharedPtr < const FColumnSorterInterface > InColumnSorter,
FTimespan InMaxFrameDuration
)