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