Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Representation of a single search result from a FindSession() call
| Name | FOnlineSessionSearchResult |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSessionSettings.h |
| Include Path | #include "OnlineSessionSettings.h" |
Syntax
class FOnlineSessionSearchResult
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOnlineSessionSearchResult() |
OnlineSessionSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PingInMs | int32 | Ping to the search result, MAX_QUERY_PING is unreachable | OnlineSessionSettings.h | |
| Session | FOnlineSession | All advertised session information | OnlineSessionSettings.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString GetSessionIdStr() |
OnlineSessionSettings.h | ||
bool IsSessionInfoValid() |
Check if the session info is valid, for cases where we don't need the OwningUserId | OnlineSessionSettings.h | |
bool IsValid() |
OnlineSessionSettings.h |