Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/IOnlineSession
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool FindSessions
(
int32 SearchingPlayerNum, |
Searches for sessions matching the settings specified | Interfaces/OnlineSessionInterface.h | |
bool FindSessions
(
const FUniqueNetId& SearchingPlayerId, |
Searches for sessions matching the settings specified | Interfaces/OnlineSessionInterface.h |
FindSessions(int32, const TSharedRef< FOnlineSessionSearch > &)
Description
Searches for sessions matching the settings specified
| Name | FindSessions |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineSessionInterface.h |
| Include Path | #include "Interfaces/OnlineSessionInterface.h" |
bool FindSessions
(
int32 SearchingPlayerNum,
const TSharedRef < FOnlineSessionSearch > & SearchSettings
)
true if successful searching for sessions, false otherwise
Parameters
| Name | Remarks |
|---|---|
| SearchingPlayerNum | the index of the player searching for a match |
| SearchSettings | the desired settings that the returned sessions will have |
FindSessions(const FUniqueNetId &, const TSharedRef< FOnlineSessionSearch > &)
Description
Searches for sessions matching the settings specified
| Name | FindSessions |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineSessionInterface.h |
| Include Path | #include "Interfaces/OnlineSessionInterface.h" |
bool FindSessions
(
const FUniqueNetId & SearchingPlayerId,
const TSharedRef < FOnlineSessionSearch > & SearchSettings
)
true if successful searching for sessions, false otherwise
Parameters
| Name | Remarks |
|---|---|
| SearchingPlayerId | the id of the player searching for a match |
| SearchSettings | the desired settings that the returned sessions will have |