|
Open 3D Engine Multiplayer Gem API Reference
23.05.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
#include <SessionRequests.h>
Public Member Functions | |
| AZ_RTTI (SearchSessionsRequest,"{B49207A8-8549-4ADB-B7D9-D7A4932F9B4B}") | |
Static Public Member Functions | |
| static void | Reflect (AZ::ReflectContext *context) |
Public Attributes | |
| 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.
| 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.