Navigation
API > API/Plugins > API/Plugins/ConcertSharedSlate > API/Plugins/ConcertSharedSlate/Replication > API/Plugins/ConcertSharedSlate/Replication/Editor > API/Plugins/ConcertSharedSlate/Replication/Editor/View > API/Plugins/ConcertSharedSlate/Replication/Editor/View/IPropertyTreeView
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" |
void RefreshPropertyData
(
const TSet < FConcertPropertyChain > & PropertiesToDisplay,
const FSoftClassPath & Class,
bool bCanReuseExistingRowItems
)
Remarks
Rebuilds all property data from the property source.
Parameters
| Name | Description |
|---|---|
| PropertiesToDisplay | The properties to display |
| Class | The class from which the PropertiesToDisplay come |
| bCanReuseExistingRowItems | True, will try to reuse rows for properties in the tree already (retains selected rows). Set this to false, if all rows should be regenerated (clears selection). In general, always set this to false if you've changed the object for which you're displaying the class. |