Navigation
API > API/Plugins > API/Plugins/ConcertSharedSlate > API/Plugins/ConcertSharedSlate/IReplicationStreamViewer
Description
Requests that column be resorted; the column is in the top object view. This is to be called in response to a column's content changing. The rows will be resorted if the given column has a sort priority assigned.
| Name | RequestObjectColumnResort |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertUI/ConcertSharedSlate/Source/ConcertSharedSlate/Public/Replication/Editor/View/IReplicationStreamViewer.h |
| Include Path | #include "Replication/Editor/View/IReplicationStreamViewer.h" |
void RequestObjectColumnResort
(
const FName & ColumnId
)