|
Stream Chat Unreal SDK
|
The desired sort options for message queries. More...
#include <ChannelSortOption.h>
Public Member Functions | |
| operator FSortParamRequestDto () const | |
| Convert into a DTO for sending to the API. | |
Public Attributes | |
| EMessageSortField | Field = EMessageSortField::CreatedAt |
| Which field to sort by. | |
| FName | CustomField |
| Sort by this custom field. Only considered if "Field" is custom. | |
| ESortDirection | Direction = ESortDirection::Descending |
| The direction in which to sort. | |
The desired sort options for message queries.