FOnlineSessionSearchResult

Representation of a single search result from a FindSession() call

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSessionSettings.h

Include

#include "OnlineSessionSettings.h"

Syntax

class FOnlineSessionSearchResult

Remarks

Representation of a single search result from a FindSession() call

Variables

Name Description

Public variable

int32

 

PingInMs

Ping to the search result, MAX_QUERY_PING is unreachable

Public variable

FOnlineSession

 

Session

All advertised session information

Constructors

Name Description

Public function

FOnlineSessionSearchResult()

Functions

Name Description

Public function Const

FString

 

GetSessionIdStr()

Public function Const

bool

 

IsSessionInfoValid()

Check if the session info is valid, for cases where we don't need the OwningUserId

Public function Const

bool

 

IsValid()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss