Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface > API/Plugins/OnlineServicesInterface/Online > API/Plugins/OnlineServicesInterface/Online/FFindSessions
References
| Module | OnlineServicesInterface |
| Header | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Sessions.h |
| Include | #include "Online/Sessions.h" |
Syntax
struct Params
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bFindLANSessions | Whether we want to look for LAN sessions (true) or Online sessions (false). False by default | |
| TArray< FFindSessionsSearchFilter > | Filters | Filters to apply when searching for sessions. | |
| FAccountId | LocalAccountId | Id handle for the local user which will perform the action | |
| uint32 | MaxResults | Maximum number of results to return in the search | |
| TOptional< FOnlineSessionId > | SessionId | If set, the search will look for the session with the set session id. | |
| TOptional< FAccountId > | TargetUser | If set, the search will look for sessions containing the set user. |