#include <SessionRequests.h>
|
static void | Reflect (AZ::ReflectContext *context) |
|
|
AZStd::string | m_filterExpression |
|
AZStd::string | m_sortExpression |
| Instructions on how to sort the search results. If no sort expression is included, the request returns results in random order.
|
|
uint8_t | m_maxResult = 0 |
| The maximum number of results to return.
|
|
AZStd::string | m_nextToken |
| A token that indicates the start of the next sequential page of results.
|
|
SearchSessionsRequest The container for SearchSessions request parameters.
◆ m_filterExpression
AZStd::string Multiplayer::SearchSessionsRequest::m_filterExpression |
String containing the search criteria for the session search. If no filter expression is included, the request returns results for all active sessions.
The documentation for this struct was generated from the following file:
- Gems/Multiplayer/Code/Include/Multiplayer/Session/SessionRequests.h