Navigation
API > API/Plugins > API/Plugins/ConcertSharedSlate > API/Plugins/ConcertSharedSlate/IPropertyAssignmentView
Description
Requests that the given column be resorted, if it currently affects the row sorting (primary or secondary). Call e.g. when a sortable attribute of the column has changed.
| Name | RequestResortForColumn |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertUI/ConcertSharedSlate/Source/ConcertSharedSlate/Public/Replication/Editor/View/IPropertyAssignmentView.h |
| Include Path | #include "Replication/Editor/View/IPropertyAssignmentView.h" |
void RequestResortForColumn
(
const FName & ColumnId
)