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