Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface > API/Plugins/OnlineServicesInterface/FJoinSession
| |
|
| 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 |
| bJoinAsSpectator |
bool |
Whether to join as a spectator instead of player |
Online/Sessions.h |
|
| bPresenceEnabled |
bool |
Whether this session should be set as the user's new presence session. False by default |
Online/Sessions.h |
|
| LocalAccountId |
FAccountId |
Id handle for the local user which will perform the action |
Online/Sessions.h |
|
| SessionId |
FOnlineSessionId |
Id handle for the session to be joined. To be retrieved via session search, invite or UI operation |
Online/Sessions.h |
|
| SessionName |
FName |
Local name for the session |
Online/Sessions.h |
|