Navigation
API > API/Plugins > API/Plugins/ConcertSharedSlate > API/Plugins/ConcertSharedSlate/Replication > API/Plugins/ConcertSharedSlate/Replication/Editor > API/Plugins/ConcertSharedSlate/Replication/Editor/View
References
| Module | ConcertSharedSlate |
| Header | /Engine/Plugins/Developer/Concert/ConcertUI/ConcertSharedSlate/Source/ConcertSharedSlate/Public/Replication/Editor/View/IPropertyTreeView.h |
| Include | #include "Replication/Editor/View/IPropertyTreeView.h" |
Syntax
class IPropertyTreeView
Remarks
Represents a tree view displaying properties from a single class.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< SWidget > | GetWidget () |
Gets the tree view's widget | |
| void | RefreshPropertyData
(
const TArray< FPropertyAssignmentEntry >& Entries, |
Rebuilds all property data from the property source. | |
| void | RefreshPropertyData
(
const TSet< FConcertPropertyChain >& PropertiesToDisplay, |
Rebuilds all property data from the property source. | |
| void | Reapply the filter function to all items at the end of the frame. | ||
| void | RequestResortForColumn
(
const FName& ColumnId |
Requests that the given column be resorted, if it currently affects the row sorting (primary or secondary). | |
| void | RequestScrollIntoView
(
const FConcertPropertyChain& PropertyChain |
Scroll the given property into view, if it is contained. |