Navigation
API > API/Plugins > API/Plugins/ConcertSharedSlate > API/Plugins/ConcertSharedSlate/IPropertyTreeView
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
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 |
RefreshPropertyData(const TArray< FPropertyAssignmentEntry > &, bool)
Description
Rebuilds all property data from the property source.
| Name | RefreshPropertyData |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertUI/ConcertSharedSlate/Source/ConcertSharedSlate/Public/Replication/Editor/View/IPropertyTreeView.h |
| Include Path | #include "Replication/Editor/View/IPropertyTreeView.h" |
void RefreshPropertyData
(
const TArray < FPropertyAssignmentEntry > & Entries,
bool bCanReuseExistingRowItems
)
Parameters
| Name | Remarks |
|---|---|
| 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. |
RefreshPropertyData(const TSet< FConcertPropertyChain > &, const FSoftClassPath &, bool)
Description
Rebuilds all property data from the property source.
| Name | RefreshPropertyData |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertUI/ConcertSharedSlate/Source/ConcertSharedSlate/Public/Replication/Editor/View/IPropertyTreeView.h |
| Include Path | #include "Replication/Editor/View/IPropertyTreeView.h" |
void RefreshPropertyData
(
const TSet< FConcertPropertyChain > & PropertiesToDisplay,
const FSoftClassPath & Class,
bool bCanReuseExistingRowItems
)
Parameters
| Name | Remarks |
|---|---|
| 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. |