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