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 > API/Plugins/ConcertSharedSlate/Replication/Editor/View/IPropertyTreeView/RefreshPropertyD-
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 TArray < FPropertyAssignmentEntry > & Entries,
bool bCanReuseExistingRowItems
)
Remarks
Rebuilds all property data from the property source.
Parameters
| Name | Description |
|---|---|
| Entries | Defines the property content to display |
| 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. |