Navigation
API > API/Plugins > API/Plugins/ConcertSharedSlate
| Name | FCreatePropertyTreeViewParams |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Concert/ConcertUI/ConcertSharedSlate/Source/ConcertSharedSlate/Public/Replication/PropertyTreeFactory.h |
| Include Path | #include "Replication/PropertyTreeFactory.h" |
Syntax
struct FCreatePropertyTreeViewParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CreateCategoryRow | FCreateCategoryRow | Optional delegate for grouping objects under a category. | Replication/PropertyTreeFactory.h | |
| FilterItem | FFilterPropertyData | Optional filter function. | Replication/PropertyTreeFactory.h | |
| LeftOfPropertySearchBar | TAlwaysValidWidget | Optional widget to add to the left of the property list search bar. | Replication/PropertyTreeFactory.h | |
| NoItemsContent | TAlwaysValidWidget | Optional, alternate content to show instead of the tree view when there are no rows. | Replication/PropertyTreeFactory.h | |
| PrimaryPropertySort | FColumnSortInfo | Optional initial primary sort mode for object rows | Replication/PropertyTreeFactory.h | |
| PropertyColumns | TArray< FPropertyColumnEntry > | Optional. Additional property columns you want added. | Replication/PropertyTreeFactory.h | |
| RightOfPropertySearchBar | TAlwaysValidWidget | Optional widget to add to the right of the property list search bar. | Replication/PropertyTreeFactory.h | |
| RowBelowSearchBar | TAlwaysValidWidget | Optional widget to add between the search bar and the table view (e.g. a SBasicFilterBar). | Replication/PropertyTreeFactory.h | |
| SecondaryPropertySort | FColumnSortInfo | Optional initial secondary sort mode for object rows | Replication/PropertyTreeFactory.h |